CQG API 4.0 - Revised
ReadyStatusCheck Property
See Also  Send Feedback
CQGAPIConfig Interface : ReadyStatusCheck Property

Glossary Item Box

Description

Specifies whether application ready status checking should be enabled or not.

The default value is rscOn.

Property type

Read-write property

Syntax

Visual Basic
Public Property ReadyStatusCheck As eReadyStatusCheck

Return Type

The state represented as eReadyStatus

Remarks

If you use CQG API from an Excel macros, set this property to True.

If CQG API is being used from any other type of application, set this property to False.

See the Remarks section of IsReady event for details. 

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also