Suoranta.Finance Namespace
Suoranta.Finance - Developer API

OhlcBarSeries Constructor (Object, BindingList<(Of <(<'OhlcBar>)>)>, ITimeScale, ITradingSchedule)

Initializes a new instance backed by BindingList. OhlcBars can be added to the backing list, in which case this instance raises BarAdded event. Other types of changes to the backing list result in a FinanceDataException.

Namespace:  Suoranta.Finance.Data
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public OhlcBarSeries(
	Object ticker,
	BindingList<OhlcBar> ohlcValues,
	ITimeScale barWidth,
	ITradingSchedule schedule
)

Parameters

ticker
Type: Object
the ticker
ohlcValues
Type: BindingList<(Of <(<'OhlcBar>)>)>
OhlcBars
barWidth
Type: Suoranta.Finance..::..ITimeScale
bar (candle) width
schedule
Type: Suoranta.Finance..::..ITradingSchedule
ITradingSchedule