Struct ConsolidatedBidAskPairArray1
- Namespace
- DatabentoDotNet.Dbn
- Assembly
- DatabentoDotNet.Dbn.dll
A one-element inline array of ConsolidatedBidAskPair: the levels field of
Cmbp1Msg and CbboMsg.
public struct ConsolidatedBidAskPairArray1
- Inherited Members
Remarks
Inline rather than a reference array so the levels stay part of the record's own bytes and
the whole record can be reinterpreted in place over the read buffer. Index it directly
(msg.Levels[0]); it also converts implicitly to a span.