CQG API 4.0 - Revised
Month Property
See Also  Send Feedback
CQGInstrument Interface : Month Property

Glossary Item Box

Description

Returns the month number.

Property type

Read-only property

Syntax

Visual Basic
Public Property Month As Long

Return Type

Number of the contract month represented as Long

Remarks

The enumeration of months begins with 1, which corresponds to January. It is a static property of an instrument.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also