Click or drag to resize

SecondayBars Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public SecondayBars(
	int index,
	Instrument instrument,
	BarType barType,
	Session session,
	DataLoadType dataLoadType,
	DateTime from,
	DateTime to,
	BackfillPolicy backfillPolicy,
	int panelIdx,
	IndicatorBase referenceIndicator
)

Parameters

index  Int32
 
instrument  Instrument
 
barType  BarType
 
session  Session
 
dataLoadType  DataLoadType
 
from  DateTime
 
to  DateTime
 
backfillPolicy  BackfillPolicy
 
panelIdx  Int32
 
referenceIndicator  IndicatorBase
 
See Also