Specifies whether application ready status checking should be enabled or not.
The default value is rscOn.
Read-write property
Visual Basic |
---|
Public Property ReadyStatusCheck As eReadyStatusCheck |
The state represented as eReadyStatus
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.
See the usage of CQGAPIConfig properties in the AccountChanged event's example section.