OhlcBarSeries Constructor (Object, IReadOnlyList<(Of <(<'OhlcBar>)>)>, ITimeScale, ITradingSchedule)
Initializes a new read-only instance.
Namespace:
Suoranta.Finance.DataAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public OhlcBarSeries( Object ticker, IReadOnlyList<OhlcBar> ohlcValues, ITimeScale barWidth, ITradingSchedule schedule )
Parameters
- ticker
- Type: Object
the ticker
- ohlcValues
- Type: IReadOnlyList<(Of <(<'OhlcBar>)>)>
OhlcBars
- barWidth
- Type: Suoranta.Finance..::..ITimeScale
bar (candle) width
- schedule
- Type: Suoranta.Finance..::..ITradingSchedule
the ITradingSchedule (see the remarks)

