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

Glossary Item Box

Description

Returns contract month in symbolic notation.

Property type

Read-only property

Syntax

Visual Basic
Public Property MonthChar As String

Return Type

String containing the month symbol

Remarks

The symbolic notation of contract month is set on the exchange and is a part of the contract's full name. It is a static property of an instrument.

Example

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

See Also