Click or drag to resize

ExternalConnectionBaseNotifyHistoricalDataDownloadEnd Method

Notify if the backfill data loading has been completed.

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static void NotifyHistoricalDataDownloadEnd(
	Instrument instrument,
	BuiltDataType builtDataType,
	BackfillPolicy backfillPolicy,
	DateTime from,
	DateTime to
)

Parameters

instrument
Type: SharpCharts.Base.DataInstrument
Instrument
builtDataType
Type: SharpCharts.Base.DataBuiltDataType
Built data type
backfillPolicy
Type: SharpCharts.Base.DataBackfillPolicy
Backfill policy
from
Type: SystemDateTime
Start date
to
Type: SystemDateTime
End date
See Also