DerivativeExchangesOrder class abstract
Represents the order options for derivative exchanges.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- nameAscending → const String
- Order by name in ascending order.
- nameDescending → const String
- Order by name in descending order.
- openInterestBtcAscending → const String
- Order by open interest in BTC in ascending order.
- openInterestBtcDescending → const String
- Order by open interest in BTC in descending order.
- tradeVolume24hBtcAscending → const String
- Order by 24-hour trade volume in BTC in ascending order.
- tradeVolume24hBtcDescending → const String
- Order by 24-hour trade volume in BTC in descending order.