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.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxprotected 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