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

Glossary Item Box

Description

Returns instrument currency.

Property type

Read-only property

Syntax

Visual Basic
Public Property Currency As String

Return Type

Currency is represented as a String with a limited length of 4 characters.

Remarks

The current instrument currency as set on the exchange 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