Click or drag to resize

IAdapterSubscribeHistoricalData Method

Get historical data

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
Task SubscribeHistoricalData(
	Instrument instrument,
	BuiltDataType builtDataType,
	BackfillPolicy backfillPolicy,
	DateTime from,
	DateTime to,
	bool isThrottle
)

Parameters

instrument  Instrument
Instrument
builtDataType  BuiltDataType
BuiltDataType
backfillPolicy  BackfillPolicy
BackfillPolicy
from  DateTime
Start time
to  DateTime
End time
isThrottle  Boolean
Is throttled

Return Value

Task
See Also