Suoranta.Finance Namespace
Suoranta.Finance - Developer API

Suoranta.Finance.Data Namespace

Classes


  Class Description
Public class CustomNumericSeries
Public class CustomSeries
Base class for CustomSeries<(Of <(<'T>)>)>.
Public class CustomSeries<(Of <(<'T>)>)>
Represents a custom (time) series of any kind.
Public class DataTableExtensions
Public class EquitySeries
SparseSeries of equity values.
Public class EquitySeriesExtensions
Public class EquityTimeSeries
EquitySeries with timestamped values.
Public class IndexHelper
Manages virtual indexing for instances of ITimestamps
Public class MarketEvent
Public class MarketEventSeries
Public class MultiScaleNumericSeries
Public class 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).
Public class OhlcColumns
Stores an OHLC time series in bare value array structure (Column. This is efficient when the data is accessed primarily as columns.
Public class 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.
Public class OhlcSeriesCollection
A synchronous (identical indexing) collection of OHLC series
Public class OhlcSeriesExtensions
Public class ResamplingExtension
Public class VolatilitySeries
Represents a moving "left-hand" estimate of volatility from samplings of BarCount bars (candles).
Public class VolumeSeries

Enumerations


  Enumeration Description
Public enumeration MarketEventType
Protected enumeration OhlcSeries..::..BaseElement
Describes the internal ordering of data held by the OhlcSeries.