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

Glossary Item Box

Description

Returns the unique identifier of current query.

Property type

Read-only property

Syntax

Visual Basic
Public Property QueryID As Long

Return Type

Query ID represented as Long

Example

See the usage of QueryID property in the OnQueryProgress event's example section.

See Also