Gets entry price of this position


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

Syntax

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

See Also