Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultMemberAttribute("Item")> Public Interface ISeries |
| C# |
|---|
| [DefaultMemberAttribute("Item")] public interface ISeries |
| C++ |
|---|
| [DefaultMemberAttribute(L"Item")] interface class ISeries |
| J# |
|---|
| /** @attribute DefaultMemberAttribute("Item") */ public interface ISeries |
| JScript |
|---|
| public DefaultMemberAttribute("Item") interface ISeries |
Types that implement ISeries
| Type | Description |
|---|---|
| OpenQuant.API.BarSeries | A time series of OHLCV bars |
| OpenQuant.API.Indicator | A technical indicator |
| OpenQuant.API.TimeSeries | A time series of double values |