Click or drag to resize

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

Notify backfill of historical data has completed. This should be called even there are no data.

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

Parameters

instrument  Instrument
Instrument
buffers  ListBufferBase
Historical data as collected from connection
builtDataType  BuiltDataType
BuiltDataType
backfillPolicy  BackfillPolicy
BackfillPolicy
from  DateTime
Start date of download
to  DateTime
End date of download
See Also