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

Glossary Item Box

Description

Returns flag, which true value means that day is a holiday (for daily charts).

It is possible for a day to be on holiday even if none of the sessions are on holiday.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsDaily As Boolean

Return Type

True, if the day is a holiday for daily charts

False, otherwise

Remarks

This flag indicates whether a particular day (the whole day) is marked as holiday or not. If True, that day will not be present on daily charts.

For example,

EP will have a bar for 04/02/2010 (one of the sessions was not on holiday), MWE will not have a bar for the same day as all its sessions were on holiday.

In some rare cases, this flag may be true though some of its sessions still be tradable. To find out which sessions were tradable, please check the SessionMask property.

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

See Also