Click or drag to resize

ExternalAdapterBaseNotifyBackfill(Instrument, ListBufferBase, BuiltDataType, BackfillPolicy, DateTime, DateTime, Boolean) Method


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected void NotifyBackfill(
	Instrument instrument,
	List<BufferBase> buffers,
	BuiltDataType builtDataType,
	BackfillPolicy backfillPolicy,
	DateTime from,
	DateTime to,
	bool hasBidAsk = false
)

Parameters

instrument  Instrument
 
buffers  ListBufferBase
 
builtDataType  BuiltDataType
 
backfillPolicy  BackfillPolicy
 
from  DateTime
 
to  DateTime
 
hasBidAsk  Boolean  (Optional)
 
See Also