CQG API 4.0 - Revised
LastChunk Property
See Also  Send Feedback
CQGOrdersQuery Interface : LastChunk Property

Glossary Item Box

Description

Returns the last chunk of orders received as answer to current query.

Property type

Read-only property

Syntax

Visual Basic
Public Property LastChunk As CQGOrders

Return Type

Orders chunk represented as CQGOrders collection.

Remarks

See the Remarks section of OnQueryProgress Event for details.

Example

See the usage of CQGOrdersQuery properties in the OnQueryProgress event's example section.

See Also