Click or drag to resize

BufferBaseGetHeaderBytes Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static byte[] GetHeaderBytes(
	BuiltDataType builtDataType,
	bool hasBidAsk,
	double tickSize,
	int tickLength,
	int quantityDivisor
)

Parameters

builtDataType  BuiltDataType
 
hasBidAsk  Boolean
 
tickSize  Double
 
tickLength  Int32
 
quantityDivisor  Int32
 

Return Value

Byte
See Also