Skip to main content

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
AxMdRequestTypeIter
An iterator over the variants of AxMdRequestType
AxMdWsMessageTypeIter
An iterator over the variants of AxMdWsMessageType
AxOrderRequestTypeIter
An iterator over the variants of AxOrderRequestType
AxOrderSideIter
An iterator over the variants of AxOrderSide
AxOrderStatusIter
An iterator over the variants of AxOrderStatus
AxOrderTypeIter
An iterator over the variants of AxOrderType
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.
AxMdRequestType
WebSocket market data request type (client to server).
AxMdWsMessageType
WebSocket market data message type (server to client).
AxOrderRequestType
WebSocket order request type (client to server).
AxOrderSide
Order side for trading operations.
AxOrderStatus
Order status as returned by the AX Exchange API.
AxOrderType
Order type as defined by the AX Exchange API.
AxOrderWsMessageType
WebSocket order message type (server to client).
AxTimeInForce
Time in force for order validity.