Gets order quantity or sets order quantity for order replace


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

Syntax

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

/** property */
public void set_Qty(double value);
JScript
public function get Qty() : double

public function set Qty(value : double);

See Also