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

Glossary Item Box

Description

Returns the order filled quantity.

Property type

Read-only property

Syntax

Visual Basic
Public Property FilledQuantity As Long

Return Type

Filled quantity represented as Long

Remarks

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

Example

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

See Also