Click or drag to resize

DomScriptBaseGetHistoricalData Method

Reads the historical data. The returning data will be invoked from OnHistoricalData(BuiltDataType, DateTime, Double, Double, Double, Double, Double, Double, Double, Double) method.

Namespace: ArthaChitra.Model.Dom
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.7.0
Syntax
C#
protected void GetHistoricalData(
	BuiltDataType builtDataType,
	BackfillPolicy backfillPolicy,
	DateTime startDate,
	DateTime endDate
)

Parameters

builtDataType  BuiltDataType
BuiltDataType
backfillPolicy  BackfillPolicy
BackfillPolicy
startDate  DateTime
Start date
endDate  DateTime
End date
Exceptions
ExceptionCondition
ExceptionThis method should be called from the OnStateChange(State, Object, String) method when the state is in StartUp.
See Also