CQG API 4.0 - Revised
RemainingQuantity Property
See Also  Send Feedback
CQGOrder Interface : RemainingQuantity Property

Glossary Item Box

Description

Returns the remaining quantity of the order, i.e. the part of order quantity which is still not filled.

Property type

Read-only property

Syntax

Visual Basic
Public Property RemainingQuantity As Long

Return Type

Remaining quantity represented as Long

Remarks

The quantity may be signed if the UseOrderSide configuration setting is set to False.

Example

See the usage of CQGOrder properties in the OrderChanged event's example section.

See Also