Table of Contents

Struct BidAskPairArray1

Namespace
DatabentoDotNet.Dbn
Assembly
DatabentoDotNet.Dbn.dll

A one-element inline array of BidAskPair: the levels field of Mbp1Msg and BboMsg.

public struct BidAskPairArray1
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.