Click or drag to resize

MinuteBufferSetBytes Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public override void SetBytes(
	Span<byte> bytes,
	DateTime baseTime,
	double basePrice,
	double tickSize,
	int quantityDivisor,
	ref int position
)

Parameters

bytes  SpanByte
 
baseTime  DateTime
 
basePrice  Double
 
tickSize  Double
 
quantityDivisor  Int32
 
position  Int32
 
See Also