AggregatedTrade class

Aggregated trades with the first and last trade id in the aggregation.

Provides trade information without noise. Sometimes called "compressed trades."

https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#compressedaggregate-trades-list

Implemented types
Implementers

Constructors

AggregatedTrade.fromMap(Map m)

Properties

firstTradeId int
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isBestMatch bool
final
isBuyerMaker bool
final
lastTradeId int
final
price num
final
qty num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final

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