BinanceAggregatedTrade class

Annotations
  • @freezed

Constructors

BinanceAggregatedTrade(int a, String p, String q, int f, int l, int T, bool m, bool M)
factory
BinanceAggregatedTrade.fromJson(Map<String, dynamic> json)
factory

Properties

a int
Aggregate tradeId
no setterinherited
copyWith → $BinanceAggregatedTradeCopyWith<BinanceAggregatedTrade>
no setterinherited
f int
First tradeId
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
l int
Last tradeId
no setterinherited
M bool
Was the trade the best price match?
no setterinherited
m bool
Was the buyer the maker?
no setterinherited
p String
Price
no setterinherited
q String
Quantity
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
T int
Timestamp
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