DataTableReader..::..GetOhlcSeries Method
Reads columns into OhlcBarSeries
Namespace:
Suoranta.Finance.Data.IOAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public OhlcBarSeries GetOhlcSeries( TimeScale barWidth, string columnNamePrefix, string columnNamePostfix )
Parameters
- barWidth
- Type: Suoranta.Finance..::..TimeScale
Width (time scale) of the bars.
- columnNamePrefix
- Type: String
The column name prefix.
- columnNamePostfix
- Type: String
The column name postfix (typically representing the ticker/instrument)

