Click or drag to resize

BufferBaseTryReadHeader Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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

Boolean
See Also