BufferBaseTryReadHeader Method |
Namespace: ArthaChitra.Model.IOAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static bool TryReadHeader(
Span<byte> bytes,
out byte version,
out BuiltDataType builtDataType,
out bool hasBidAsk,
out double tickSize,
out int quantityDivisor,
ref int position
)
Parameters
- bytes SpanByte
-
- version Byte
-
- builtDataType BuiltDataType
-
- hasBidAsk Boolean
-
- tickSize Double
-
- quantityDivisor Int32
-
- position Int32
-
Return Value
BooleanSee Also