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

Glossary Item Box

Description

Returns country abbreviation.

Property type

Read-only property

Syntax

Visual Basic
Public Property Country As String

Return Type

Country abbreviation is represented as a String with a limited length of 3 characters.

Remarks

The country abbreviation as known in trading systems is returned. It is a static property of an instrument.

Example

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

See Also