Derivative class

Derivative data wrapper

Constructors

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

Properties

basis double
Basis
final
contractType String
Contract type
final
expiredAt DateTime?
The moment at which derivative was (will be) expired
final
fundingRate double
Funding rate
final
hashCode int
The hash code for this object.
no setterinherited
index double?
Index
final
indexId String
Derivative index id
final
lastTradedAt DateTime
The moment at which derivative was last traded
final
market String
Market name
final
openInterest double
Open interest
final
price double
Derivative price
final
pricePercentageChange24h double
Derivative price percentage change in 24 hours
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spread double?
Spread
final
symbol String
Derivative symbol
final
volume24h double
Volume in 24 hours
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