Gets quote 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 Quote |
| C# |
|---|
| public Quote this[ int index ] { get; } |
| C++ |
|---|
| public property Quote default[int index] sealed { Quote get(int index); } |
| J# |
|---|
| /** property */ public Quote get_Item(int index); |
| JScript |
|---|
Parameters
- index