Enum TradingEvent
- Namespace
- DatabentoDotNet.Dbn
- Assembly
- DatabentoDotNet.Dbn.dll
Further information about a StatusMsg update.
public enum TradingEvent : ushort
Fields
ChangeTradingSession = 2A change of trading session occurred. Daily statistics are reset.
ImpliedMatchingOff = 4Implied matching is not available.
ImpliedMatchingOn = 3Implied matching is available.
NoCancel = 1Order entry is allowed. Modification and cancellation are not allowed.
None = 0No 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.