Table of Contents

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 = 12

Trading in the instrument has closed.

Cross = 4

The instrument is in a cross/auction.

Halt = 8

Trading in the instrument has been halted.

NewPriceIndication = 6

A new price indication is available for the instrument.

None = 0

No change.

NotAvailableForTrading = 15

The instrument is not available for trading, either closed or halted.

Pause = 9

Trading in the instrument has been paused.

PostClose = 13

The instrument is in a post-close period.

PreClose = 11

The instrument is in a pre-close period.

PreCross = 2

The instrument is in a pre-cross period.

PreOpen = 1

The instrument is in a pre-open period.

Quoting = 3

The instrument is quoting but not trading.

Rotation = 5

The instrument is being opened through a trading rotation.

SsrChange = 14

A change in short-selling restrictions.

Suspend = 10

Trading in the instrument has been suspended.

Trading = 7

The 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.