DerivativeExchange class
Derivative exchange data wrapper
Constructors
-
DerivativeExchange.fromJson(Map<
String, dynamic> json)
Properties
- country → String?
-
The country of the exchange
final
- description → String
-
Exchange description
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Exchange identifier
final
- 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
- 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 -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited