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

Glossary Item Box

Description

Enables/disables the gateway functionality in CQG API.

The default value for this property is True (i.e., Gateway functionality is enabled).

Property type

Read-write property

Syntax

Visual Basic
Public Property GatewayEnabled As Boolean

Return Type

True if the gateway functionality is enabled, false otherwise

Remarks

When the gateway is enabled, the maximum number of simultaneous CQG API instances is limited to five. Therefore, if the gateway is not necessary, disabling it will remove that limitation.

See Also