DerivativeExchangeExtended class
Derivative exchange extended data wrapper
Constructors
-
DerivativeExchangeExtended.fromJson(Map<
String, dynamic> json) - Constructs a DerivativeExchangeExtended instance from JSON data.
Properties
- country → String?
-
The country of the exchange
final
- description → String
-
Exchange description
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String
-
Exchange image
final
- name → String
-
Exchange name
final
- numberOfFuturesPairs → int
-
Number of futures pairs
final
- numberOfPerpetualPairs → int
-
Number of perpetual pairs
final
- openInterestBtc → double?
-
Open interest in BTC
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tickers
→ List<
DerivativeTicker> ? -
Exchange tickers
final
- tradeVolume24hBtc → double
-
Exchange trade volume in BTC in 24 hours
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 -
Returns a string representation of the DerivativeExchangeExtended instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited