Click or drag to resize

AdapterBaseTSubscribeHistoricalData Method


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

Parameters

instrument  Instrument
 
builtDataType  BuiltDataType
 
backfillPolicy  BackfillPolicy
 
from  DateTime
 
to  DateTime
 
isThrottle  Boolean
 

Return Value

Task

Implements

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