OrdersData class

Constructors

OrdersData({String? eventType, int? eventHeight, String? symbol, int? side, int? orderType, int? timeInForce, String? quantity, String? price, String? executionType, String? orderStatus, String? orderID, String? lastExecutedQuantity, String? cumulativeFilledQuantity, String? lastExecutedPrice, String? comission, int? transactionTime, String? tradeID, int? orderCreationTime})
OrdersData.fromJson(Map<String, dynamic> json)

Properties

comission String?
getter/setter pair
cumulativeFilledQuantity String?
getter/setter pair
eventHeight int?
getter/setter pair
eventType String?
getter/setter pair
executionType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastExecutedPrice String?
getter/setter pair
lastExecutedQuantity String?
getter/setter pair
orderCreationTime int?
getter/setter pair
orderID String?
getter/setter pair
orderStatus String?
getter/setter pair
orderType int?
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
symbol String?
getter/setter pair
timeInForce int?
getter/setter pair
tradeID String?
getter/setter pair
transactionTime 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