Click or drag to resize

AdapterBaseTSubscribeHistoricalData Method

Subscribe historical data

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public virtual 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 connection has throttling policy

Return Value

Task

Implements

IAdapterSubscribeHistoricalData(Instrument, BuiltDataType, BackfillPolicy, DateTime, DateTime, Boolean)
See Also