Skip to main content

Module enums

Module enums 

Source
Expand description

Core enums used throughout Hypercall.

Structs§

TradingModes
Set of trading modes enabled for an instrument. Empty means the instrument is fully disabled. New variants can be added without the combinatorial explosion of an enum.

Enums§

FillSource
Source of a fill (orderbook matching or RFQ execution).
MarketAction
Market action (create, delete, or expire).
MarketUpdateStatus
Market update status.
OptionType
Option type (call or put).
OrderAction
Order action (create, cancel, or replace).
OrderStatus
Order status in the order lifecycle.
OrderUpdateStatus
Order update status (used in order update messages).
QpStatus
Quote provider status.
QpTier
Quote provider tier.
RfqStatus
RFQ lifecycle status.
Side
Order side (buy or sell).
TimeInForce
Time in force for orders.
TradeSide
Trade side for trade messages.
TransactionStatus
Transaction status for on-chain transactions.