Ticker class

Ticker data wrapper

Constructors

Ticker.fromJson(Map<String, dynamic> json)

Properties

base String
Base asset
final
bidAskSpreadPercentage double
Bid / Ask spread percentage
final
coinId String
Coin identifier
final
convertedLast Map<String, double>
Ticker converted last
final
convertedVolume Map<String, double>
Ticker converted volume
final
costToMoveDownUsd double?
Ticker cost to move down in USD
final
costToMoveUpUsd double?
Ticker cost to move up in USD
final
hashCode int
The hash code for this object.
no setterinherited
isAnomaly bool
Indicates if the ticker is anomaly
final
isStale bool
Indicates if the ticker is stale
final
last double
Ticker last value
final
lastFetchAt DateTime
The moment at which the ticker was last fetched
final
lastTradedAt DateTime
The moment at which the ticker was last traded
final
market ExchangeMarket
Ticker market data
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String
Target asset
final
targetCoinId String?
Target coin identifier
final
timestamp DateTime
The moment for which the ticker is relevant
final
tokenInfoUrl String?
Token info url
final
tradeUrl String
Trade url
final
trustScore String
Ticker trust score
final
volume double
Ticker volume
final

Methods

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

Operators

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