Suoranta.Finance Namespace
Suoranta.Finance - Developer API

OhlcBarSeries Constructor

Overload List


  Name Description
Public method OhlcBarSeries(Object, IReadOnlyList<(Of <<'(OhlcBar>)>>), ITimeScale, ITradingSchedule)
Initializes a new read-only instance.
Public method OhlcBarSeries(IReadOnlyList<(Of <<'(OhlcBar>)>>), ITimeScale, ITradingSchedule)
See OhlcBarSeries. Id of the created instance is left to nullNothingnullptra null reference (Nothing in Visual Basic).
Public method OhlcBarSeries(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.