BinanceTradeResponse class

Annotations
  • @freezed

Constructors

BinanceTradeResponse(String symbol, int orderId, int orderListId, String clientOrderId, int transactTime, String? price, String? origQty, String? executedQty, String? cummulativeQuoteQty, String? status, String? timeInForce, String? type, String? side, List<BinanceOrderFill>? fills)
factory
BinanceTradeResponse.dry(String symbol)
factory
BinanceTradeResponse.fromJson(Map<String, dynamic> json)
factory

Properties

clientOrderId String
no setterinherited
copyWith → $BinanceTradeResponseCopyWith<BinanceTradeResponse>
no setterinherited
cummulativeQuoteQty String?
no setterinherited
executedQty String?
no setterinherited
fills List<BinanceOrderFill>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
orderId int
no setterinherited
orderListId int
no setterinherited
origQty 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
symbol String
no setterinherited
timeInForce String?
no setterinherited
transactTime int
no setterinherited
type String?
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