CQG API 4.0 - Revised
HolidayDate Property
See Also  Send Feedback
CQGHoliday Interface : HolidayDate Property

Glossary Item Box

Description

Returns the trading date, which happens to be a holiday.

Property type

Read-only property

Syntax

Visual Basic
Public Property HolidayDate As Date

Return Type

Holiday day, represented as Date

Remarks

The holiday day specified through this property may still have tradable sessions. To find out which sessions were tradable, please check the SessionMask and IsDaily properties.

For more information, see CQGCEL.HistoricalSessionsResolved's remark section.

See Also