Suoranta.Finance.Data Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
CustomNumericSeries | |
|
|
CustomSeries |
Base class for CustomSeries<(Of <(<'T>)>)>.
|
|
|
CustomSeries<(Of <(<'T>)>)> |
Represents a custom (time) series of any kind.
|
|
|
DataTableExtensions | |
|
|
EquitySeries |
SparseSeries of equity values.
|
|
|
EquitySeriesExtensions | |
|
|
EquityTimeSeries |
EquitySeries with timestamped values.
|
|
|
IndexHelper |
Manages virtual indexing for instances of ITimestamps
|
|
|
MarketEvent | |
|
|
MarketEventSeries | |
|
|
MultiScaleNumericSeries | |
|
|
OhlcBarSeries |
OhlcSeries that has its 'physical' data organized as list of OhlcBar
elements. This is efficient when the data is accessed primarily as rows (individual bars/candles).
Not necessarily read-only (OhlcBarSeries
to create an updateable instance).
|
|
|
OhlcColumns |
Stores an OHLC time series in bare value array structure (Column.
This is efficient when the data is accessed primarily as columns.
|
|
|
OhlcSeries |
Base class for OHLC series types. The choice of implementation to use depends on whether the
data is accessed primarily as rows or columns.
|
|
|
OhlcSeriesCollection |
A synchronous (identical indexing) collection of OHLC series
|
|
|
OhlcSeriesExtensions | |
|
|
ResamplingExtension | |
|
|
VolatilitySeries |
Represents a moving "left-hand" estimate of volatility from samplings of BarCount
bars (candles).
|
|
|
VolumeSeries |
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
MarketEventType | |
|
|
OhlcSeries..::..BaseElement |
Describes the internal ordering of data held by the OhlcSeries.
|

