Order class

Constructors

Order({String? orderId, String? symbol, String? owner, String? price, String? quantity, String? cumulateQuantity, String? fee, String? orderCreateTime, String? transactionTime, String? status, int? timeInForce, int? side, int? type, String? tradeId, String? lastExecutedPrice, String? lastExecutedQuantity, String? transactionHash})
Order.fromJson(Map<String, dynamic> json)

Properties

cumulateQuantity String?
getter/setter pair
fee String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastExecutedPrice String?
getter/setter pair
lastExecutedQuantity String?
getter/setter pair
orderCreateTime String?
getter/setter pair
orderId String?
getter/setter pair
owner String?
getter/setter pair
price String?
getter/setter pair
quantity String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side int?
getter/setter pair
status String?
getter/setter pair
symbol String?
getter/setter pair
timeInForce int?
getter/setter pair
tradeId String?
getter/setter pair
transactionHash String?
getter/setter pair
transactionTime String?
getter/setter pair
type int?
getter/setter pair

Methods

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

Operators

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