Received class

An object returned by the WebsocketClient that indicates a valid order has been received and is now active.

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

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

Constructors

Received({String? type, DateTime? time, String? productId, int? sequence, String? orderId, double? funds, SideEnum? side, OrderEnum? orderType})
Received.fromJson(Map<String, dynamic> json)
factory

Properties

funds double?
final
hashCode int
The hash code for this object.
no setterinherited
orderId String?
final
orderType OrderEnum?
final
productId String?
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