CQG API 4.0 - Revised
EExchangeState Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Enumerates possible exchange states.

Members

MemberValueDescription
xsClosed4

Order placement is not allowed; there are no quotes besides the end-of-day summary (Settlement, Open Interest, end-of-day total volume) that can follow; the DOM book is empty.

xsHalted1The trading is "halted" unexpectedly, order matching is not allowed, and order placement and cancellation depend on the particular exchange.
xsOpen3Order placement is allowed, bid/ask quotes can follow, matching and filling are functioning, trade messages are expected, and the DOM book cannot be crossed in the trading state.
xsPreOpening2Trading is not started, order placement is allowed, bid/ask quotes can follow, and the DOM book can be crossed because there is no matching in the out-of-trading state.
xsSuspended5"Suspended" is externally (regulation authorities) initiated interruption in trading that could last several days; this state should be considered as an extended "Halt" state - there are no bid/ask quotes, and the DOM book is in an unknown state due to order cancelation allowed.
xsUnknown0No info on Exchange State.