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).
Values
| Key | Value | Description |
|---|
| Closed | 1 | Generally the last Session for an InstrumentMarket where all trading has been completed. Not new Orders are accepted. |
| Nottrading | 2 | A Session where no new Orders are accepted (may be used as a pause in trading). |
| Auction | 3 | A periodic auction Session in which Orders will be matched at fixed times only on a batch basis using an appropriate auction matching algorithm. |
| Continuous | 4 | A continuous trading Session in which Orders will be matched as they are entered. |
| Quoteonly | 5 | A 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