Gets fill price of the stop


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

Syntax

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

See Also