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

Glossary Item Box

Description

Specifies whether the CQG API is being used from an ATL Client Application or not.

The default value is False.

Property type

Read-write property

Syntax

Visual Basic
Public Property UsedFromATLClient As Boolean

Return Type

True if the application is an ATL Client, False otherwise.

Remarks

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.

Example

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

See Also