data/enums library

Enums

Interval
The chart interval for Klein, aka Candlesticks. A one-minute interval is Interval.oneMinute
OrderType
Describes the type of an order. A limit order is OrderType.limit
Status
Describes the status of a trading pair. An actively trading pair is Status.trading

Constants

intervalMap → const Map<Interval, String>
Maps Interval to a Binance string
orderTypeMap → const Map<String, OrderType>
Maps OrderType to a Binance string
statusMap → const Map<String, Status>
Maps Status to a Binance string