Gets transaction by index.


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Default ReadOnly Property Item( _ 
   ByVal index As Integer _ 
) As Transaction
C#
public Transaction this[
   int index
] { get; }
C++
public property Transaction default[int index] sealed  {
    Transaction get(int index);
}
J#
/** property */
public Transaction get_Item(int index);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

index

See Also