Specifies whether the CQG API is being used from an ATL Client Application or not.
The default value is False.
Read-write property
Visual Basic |
---|
Public Property UsedFromATLClient As Boolean |
True if the application is an ATL Client, False otherwise.
If you use CQG API from an ATL Client, set this property to True.
If CQG API is being used from any other type of application, set this property to False.
See Invalid Objects for details.
See the usage of CQGAPIConfig properties in the AccountChanged event's example section.