DerivativeTicker class

Derivative ticker data wrapper

Constructors

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

Properties

base String
Base asset
final
bidAskSpread double
Bid / Ask spread
final
contractType String
Ticker contract type
final
convertedLast Map<String, double>
Converted last
final
convertedVolume Map<String, double>
Converted volume
final
expiredAt DateTime?
The moment at which derivative was (will be) expired
final
fundingRate double
Funding rate
final
h24PercentageChange double
Ticker price percentage change in 24 hours
final
h24Volume double
Volume in 24 hours
final
hashCode int
The hash code for this object.
no setterinherited
index double?
Ticker index
final
indexBasisPercentage double
Ticker index basis percentage
final
last double
Ticker last value
final
lastTraded DateTime
The moment at which derivative was last traded
final
openInterestUsd double
Open interest in USD
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Ticker symbol
final
target String
Target asset
final
tradeUrl String
Ticker trade url
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