Controls the CQG API current configuration.
Read-only property
Visual Basic |
---|
Public Property APIConfiguration As CQGAPIConfig |
Current configuration of CQG API represented as CQGAPIConfig.
Configuration settings can be changed only when CQGCEL is not started.
If the configuration is to be changed during CQGCEL's work, first call the Shutdown Method, make your changes and then call the Startup Method.
This property is added as a replacement for Configuration property, which is still preserved for backward compatibility.
However in new applications it is advised to use this property, because new features are added only here.
See the usage of APIConfiguration property in the AccountChanged event's example section.