Gets order limit price or sets limit price for order replace


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

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Appearance")>
Public Property Price As Double
C#
[CategoryAttribute("Appearance")]
public double Price { get; set; }
C++
[CategoryAttribute(L"Appearance")]
public property double Price sealed  {
    double get();
    void set(double value);
}
J#
/** @attribute CategoryAttribute("Appearance") */
/** property */
public double get_Price();

/** property */
public void set_Price(double value);
JScript
public function get Price() : double

public function set Price(value : double);

See Also