CQG API 4.0 - Revised
CQGSession Interface
See Also  Members  Send Feedback

Glossary Item Box

Description

Represents information about an instrument's sessions or a custom session.

Object Model

CQGSession InterfaceCQGInstrument Interface

 

Remarks

All Date properties in CQGSession are plain times, without day/month/year part, and always are in Central time zone (i.e., GMT-6:00).

Starting from CQG API v.4.0, all Date properties in CQGSession are plain times in the user-configured time zone instead of the Central time zone. The current date is used to perform the conversion. Please note that daylight saving issues will apply (e.g., you may get different times for summer and winter).

Example

See the usage of CQGSession object in the CQGInstrument.Sessions' example section.

Example

See Also