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

Glossary Item Box

Description

Returns commodity abbreviation.

Property type

Read-only property

Syntax

Visual Basic
Public Property Commodity As String

Return Type

The commodity symbol is represented as a String with a limited length of 16 characters.

Remarks

The commodity abbreviation as known in the 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