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

Glossary Item Box

Description

Returns the collection of order fills.

Property type

Read-only property

Syntax

Visual Basic
Public Property Fills As CQGFills

Return Type

Order fills collection represented as CQGFills

Remarks

Each CQGFill object in this collection, represents a single fill of the order.

Example

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

See Also