TickerStatistics class

Constructors

TickerStatistics({String? symbol, String? baseAssetName, String? quoteAssetName, String? priceChange, String? priceChangePercent, String? prevClosePrice, String? lastPrice, String? lastQuantity, String? openPrice, String? highPrice, String? lowPrice, int? openTime, int? closeTime, String? firstId, String? lastId, String? bidPrice, String? bidQuantity, String? askPrice, String? askQuantity, String? weightedAvgPrice, String? volume, String? quoteVolume, int? count})
TickerStatistics.fromJson(Map<String, dynamic> json)
TickerStatistics.stable(String symbol)
TickerStatistics.zero(String symbol)

Properties

askPrice String?
getter/setter pair
askQuantity String?
getter/setter pair
baseAssetName String?
getter/setter pair
bidPrice String?
getter/setter pair
bidQuantity String?
getter/setter pair
closeTime int?
getter/setter pair
count int?
getter/setter pair
firstId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highPrice String?
getter/setter pair
lastId String?
getter/setter pair
lastPrice String?
getter/setter pair
lastQuantity String?
getter/setter pair
lowPrice String?
getter/setter pair
openPrice String?
getter/setter pair
openTime int?
getter/setter pair
prevClosePrice String?
getter/setter pair
priceChange String?
getter/setter pair
priceChangePercent String?
getter/setter pair
quoteAssetName String?
getter/setter pair
quoteVolume String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
getter/setter pair
volume String?
getter/setter pair
weightedAvgPrice String?
getter/setter pair

Methods

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

Operators

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