Activate class

An object returned by the WebsocketClient which is returned when a stop order is placed.

https://docs.cloud.coinbase.com/exchange/docs/channels#activate

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

Activate({String? type, String? productId, DateTime? timestamp, double? userId, double? profileId, String? orderId, String? stopType, SideEnum? side, double? stopPrice, double? size, double? funds, bool? private})
Activate.fromJson(Map<String, dynamic> json)
factory

Properties

funds double?
final
hashCode int
The hash code for this object.
no setterinherited
orderId String?
final
private bool?
final
productId String?
final
profileId double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side SideEnum?
final
size double?
final
stopPrice double?
final
stopType String?
final
timestamp DateTime?
final
type String?
final
userId double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited