Defines various CQGCEL configuration options and parameters.
Deprecated!
Member | Type | Description |
---|---|---|
DefaultInstrumentSubscriptionLevel | eDataSubscriptionLevel | The default data subscription level setting. Allows to configure the initial data subscription level of subscribed instruments. The default value is dsQuotesAndBBA. |
DOMUpdatesMode | eDOMUpdatesMode | Mode of DOM updates sending. |
DOMUpdatesPeriod | Long | Time period indicating the time interval for DOM updates sending. |
LogSeverity | eLogSeverity | Logging severity |
MaxLogFileCount | Long | Maximum number of log files. |
MaxLogFileDuration | Date | The log file duration time period represented as Date. |
MaxLogFileSize | Long | Maximum size of a log file in KB. |
MetaDataEnabled | Boolean | Reserved for future use. |
ReadyStatusCheck | eReadyStatusCheck | State of application ready status checking |
TimeZoneCode | eTimeZone | The timezone code to adjust all reported dates to. The default value is UTC time. |
Important note: Starting from version 3.0 of CQG API, CQGCELConfiguration is deprecated and the configuration is managed through the CQGAPIConfig interface.
This structure persists only for backward compatibility.