DerivativeExchange class

A class representing a derivative exchange with various attributes.

Constructors

DerivativeExchange.fromJson(Map<String, dynamic> json)
Constructs a DerivativeExchange instance from a JSON map.

Properties

country String?
The country where the exchange is based.
final
description String
A description of the exchange.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the exchange.
final
image String
The URL of the exchange's image.
final
name String
The name of the exchange.
final
numberOfFuturesPairs int
The number of futures pairs available on the exchange.
final
numberOfPerpetualPairs int
The number of perpetual pairs available on the exchange.
final
openInterestBtc double?
The open interest in BTC.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradeVolume24hBtc double
The trade volume of the exchange in BTC over the last 24 hours.
final
url String
The URL of the exchange's website.
final
yearEstablished int?
The year 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 DerivativeExchange instance.
override

Operators

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