TickerStats class

Constructors

TickerStats.fromMap(Map m)

Properties

askPrice double
final
bidPrice double
final
closeTime DateTime
final
count int
final
firstId int
final
hashCode int
The hash code for this object.
no setterinherited
highPrice double
final
lastId int
final
lastPrice double
final
lastQty double
final
lowPrice double
final
openPrice double
final
openTime DateTime
final
prevClosePrice double
final
priceChange double
final
priceChangePercent double
final
quoteVolume double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
final
volume double
final
weightedAvgPrice double
final
window Duration
The duration between TickerStats.openTime and TickerStats.closeTime
no setter

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