Gets bar at specified index in the series
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Default ReadOnly Property Item( _ ByVal index As Integer _ ) As Bar |
| C# |
|---|
| public Bar this[ int index ] { get; } |
| C++ |
|---|
| public property Bar default[int index] sealed { Bar get(int index); } |
| J# |
|---|
| /** property */ public Bar get_Item(int index); |
| JScript |
|---|
Parameters
- index