CQG API 4.0 - Revised
Configuration Property
See Also  Send Feedback
CQGCEL Interface : Configuration Property

Glossary Item Box

Description

Gets/sets the current configuration of CQGCEL. Deprecated.

Deprecated!

In CQG API v.3.0 and higher a new interface was introduced for configuration management: CQGAPIConfig. However this structure is still preserved for backward compatibility.

Property type

Read-write property

Syntax

Visual Basic
Public Property Configuration As CQGCELConfiguration

Return Type

Gets or sets the current configuration of the CQGCEL object represented as the CQGCELConfiguration structure.

Remarks

Configuration can be changed while the CQGCEL is not started. If the configuration is to be changed during CQGCEL's work, first call Shutdown Method, make your changes, and then call Startup Method.

Deprecated! Use APIConfiguration instead.

See Also