SessionType

Defines the type of Session currently running for an InstrumentMarket. The SessionType determines the functionality available to users (for example whether or not Orders may be entered).

Metadata

  • Underlying type: u8

Values

KeyValueDescription
Closed1Generally the last Session for an InstrumentMarket where all trading has been completed. Not new Orders are accepted.
Nottrading2A Session where no new Orders are accepted (may be used as a pause in trading).
Auction3A periodic auction Session in which Orders will be matched at fixed times only on a batch basis using an appropriate auction matching algorithm.
Continuous4A continuous trading Session in which Orders will be matched as they are entered.
Quoteonly5A Session in which Orders are (and RFQs) are accepted but no matching takes place, other than hit-lift matching (if allowed for the InstrumentMarket).

Referenced by

Tables

TableFieldDescription
SessionType