Module enums

Module enums 

Source
Expand description

Enumerations that model Ax string enums across HTTP and WebSocket payloads.

Structs§

AxCancelReasonIter
An iterator over the variants of AxCancelReason
AxCancelRejectionReasonIter
An iterator over the variants of AxCancelRejectionReason
AxCandleWidthIter
An iterator over the variants of AxCandleWidth
AxEnvironmentIter
An iterator over the variants of AxEnvironment
AxInstrumentStateIter
An iterator over the variants of AxInstrumentState
AxMarketDataLevelIter
An iterator over the variants of AxMarketDataLevel
AxMdWsMessageTypeIter
An iterator over the variants of AxMdWsMessageType
AxOrderSideIter
An iterator over the variants of AxOrderSide
AxOrderStatusIter
An iterator over the variants of AxOrderStatus
AxOrderWsMessageTypeIter
An iterator over the variants of AxOrderWsMessageType
AxTimeInForceIter
An iterator over the variants of AxTimeInForce

Enums§

AxCancelReason
Reason for order cancellation.
AxCancelRejectionReason
Reason for cancel rejection.
AxCandleWidth
Candle/bar width for market data subscriptions.
AxEnvironment
AX Exchange API environment.
AxInstrumentState
Instrument state as returned by the AX Exchange API.
AxMarketDataLevel
Market data subscription level.
AxMdWsMessageType
WebSocket market data message type (server to client).
AxOrderSide
Order side for trading operations.
AxOrderStatus
Order status as returned by the AX Exchange API.
AxOrderWsMessageType
WebSocket order message type (server to client).
AxTimeInForce
Time in force for order validity.