Gets a bar price using specific barData parameter


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

Syntax

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

Parameters

barData

See Also