Gets high price of the bar


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property High As Double
C#
public double High { get; }
C++
public property double High sealed  {
    double get();
}
J#
/** property */
public double get_High();
JScript
public function get High() : double

See Also