CQG API 4.0 - Revised
MessagesPending Property
See Also  Send Feedback
CQGEnvironment Interface : MessagesPending Property

Glossary Item Box

Description

Returns the number of pending messages in the message queue.

Property type

Read-only property

Syntax

Visual Basic
Public Property MessagesPending As Long

Return Type

Current number of messages in the queue represented as Long

Remarks

All responses from the CQGCEL pass through the message queue.

Example

See the example section of the  LineTimeChanged event.

See Also