Enum StatusAction
- Namespace
- DatabentoDotNet.Dbn
- Assembly
- DatabentoDotNet.Dbn.dll
The primary enum for a StatusMsg update: what the instrument's trading status changed
to.
public enum StatusAction : ushort
Fields
Close = 12Trading in the instrument has closed.
Cross = 4The instrument is in a cross/auction.
Halt = 8Trading in the instrument has been halted.
NewPriceIndication = 6A new price indication is available for the instrument.
None = 0No change.
NotAvailableForTrading = 15The instrument is not available for trading, either closed or halted.
Pause = 9Trading in the instrument has been paused.
PostClose = 13The instrument is in a post-close period.
PreClose = 11The instrument is in a pre-close period.
PreCross = 2The instrument is in a pre-cross period.
PreOpen = 1The instrument is in a pre-open period.
Quoting = 3The instrument is quoting but not trading.
Rotation = 5The instrument is being opened through a trading rotation.
SsrChange = 14A change in short-selling restrictions.
Suspend = 10Trading in the instrument has been suspended.
Trading = 7The instrument is trading.
Remarks
Purely numeric — this type has no wire string form. Upstream marks it
#[non_exhaustive]; Databento may add variants in a future release without that being
a breaking change.