BinanceTradingStatus enum

The enum for the possible values of a symbol trading status in Binance API

Inheritance

Constructors

BinanceTradingStatus()
const

Values

trading → const BinanceTradingStatus

When the symbol is available for trading

preTrading → const BinanceTradingStatus

When the symbol is in pre-trading phase (eg. about to be officially listed)

postTrading → const BinanceTradingStatus

When the symbol is in post-trading phase (eg. about to be officially delisted)

endOfDay → const BinanceTradingStatus

When the symbol is unavailable for trading (users may still cancel orders)

halt → const BinanceTradingStatus

When the symbol is unavailable for trading due to some emergency situations (users may still cancel orders)

breakStatus → const BinanceTradingStatus

When the symbol is unavailable for trading because symbol is delisted or during expected downtime (users may still cancel orders)

auctionMatch → const BinanceTradingStatus

Did not find any explanation

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<BinanceTradingStatus>
A constant List of the values in this enum, in order of their declaration.