Returns bar series by instrument


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

Syntax

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

Parameters

instrument

See Also