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
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

index

See Also