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

Glossary Item Box

Description

Returns the current status of the query.

Property type

Read-only property

Syntax

Visual Basic
Public Property Status As eRequestStatus

Return Type

Query status represented as eRequestStatus

Remarks

On each status change an OnQueryProgress event is fired.

Example

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

See Also