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

Glossary Item Box

Description

Gets/sets the quantity of the order.

Property type

Read-write property

Syntax

Visual Basic
Public Property Quantity As Long

Return Type

Order quantity represented as Long

Remarks

This property becomes read-only after the order is placed.

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

See eOrderProperty Enumeration for details.

Example

See the usage of Quantity property in the OrderChanged event's example section.

See Also