ExchangeExtended class

Exchange extended data wrapper

Constructors

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

Properties

alertNotice String
Alert notice
final
centralized bool
Indicates if the exchange is centralized
final
country String
Country of the company
final
description String
Exchange description
final
facebookUrl String
Facebook url
final
hashCode int
The hash code for this object.
no setterinherited
hasTradingIncentive bool
Indicates if the exchange has a trading incentive
final
image String
Exchange image
final
name String
Exchange name
final
otherUrl1 String
Other url 1
final
otherUrl2 String
Other url 2
final
publicNotice String
Public notice
final
redditUrl String
Reddit url
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slackUrl String
Slack url
final
statusUpdates List<StatusUpdate>
List of status updates
final
telegramUrl String
Telegram url
final
tickers List<Ticker>
List of tickers
final
tradeVolume24hBtc double
Exchange trade volume in BTC in 24 hours
final
tradeVolume24hBtcNormalized double
Exchange trade volume (normalized) in BTC in 24 hours
final
trustScore int
Trust score
final
trustScoreRank int
Trust score rank
final
twitterHandle String
Twitter handle
final
url String
Exchange url
final
yearEstablished int
The year in which the exchange was established
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