Table of Contents

Struct BidAskPairArray10

Namespace
DatabentoDotNet.Dbn
Assembly
DatabentoDotNet.Dbn.dll

A ten-element inline array of BidAskPair: the levels field of Mbp10Msg.

public struct BidAskPairArray10
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[3]); it also converts implicitly to a span.