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.
Read-write property
Visual Basic |
---|
Public Property Configuration As CQGCELConfiguration |
Gets or sets the current configuration of the CQGCEL object represented as the CQGCELConfiguration structure.
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.