Open class

An object returned by the WebsocketClient which indicates that the order is now open on the order book.

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

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

Constructors

Open({String? type, DateTime? time, String? productId, int? sequence, String? orderId, double? price, double? remainingSize, SideEnum? side})
Open.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
orderId String?
final
price double?
final
productId String?
final
remainingSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
final
side SideEnum?
final
time DateTime?
final
type String?
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