BinanceOrderStatus class

Annotations
  • @freezed

Constructors

BinanceOrderStatus(String symbol, String? origClientOrderId, int orderId, int orderListId, String clientOrderId, String price, String origQty, String executedQty, String cummulativeQuoteQty, String status, String timeInForce, String type, String side, String? stopPrice, String? icebergQty, int? time, int? updateTime, bool? isWorking, String? origQuoteOrderQty)
factory
BinanceOrderStatus.fromJson(Map<String, dynamic> json)
factory

Properties

clientOrderId String
no setterinherited
copyWith → $BinanceOrderStatusCopyWith<BinanceOrderStatus>
no setterinherited
cummulativeQuoteQty String
no setterinherited
executedQty String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icebergQty String?
no setterinherited
isWorking bool?
no setterinherited
orderId int
no setterinherited
orderListId int
no setterinherited
origClientOrderId String?
no setterinherited
origQty String
no setterinherited
origQuoteOrderQty String?
no setterinherited
price String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side String
no setterinherited
status String
no setterinherited
stopPrice String?
no setterinherited
symbol String
no setterinherited
time int?
no setterinherited
timeInForce String
no setterinherited
type String
no setterinherited
updateTime int?
no setterinherited

Methods

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

Operators

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