Table of Contents

Enum TradingEvent

Namespace
DatabentoDotNet.Dbn
Assembly
DatabentoDotNet.Dbn.dll

Further information about a StatusMsg update.

public enum TradingEvent : ushort

Fields

ChangeTradingSession = 2

A change of trading session occurred. Daily statistics are reset.

ImpliedMatchingOff = 4

Implied matching is not available.

ImpliedMatchingOn = 3

Implied matching is available.

NoCancel = 1

Order entry is allowed. Modification and cancellation are not allowed.

None = 0

No additional information given.

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.