Gets remaining order quantity to be filled


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

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Execution")>
Public ReadOnly Property LeavesQty As Double
C#
[CategoryAttribute("Execution")]
public double LeavesQty { get; }
C++
[CategoryAttribute(L"Execution")]
public property double LeavesQty sealed  {
    double get();
}
J#
/** @attribute CategoryAttribute("Execution") */
/** property */
public double get_LeavesQty();
JScript
public function get LeavesQty() : double

See Also