CQG API 4.0 - Revised
CurrencyName Property
See Also  Send Feedback
CQGAccountSummary Interface : CurrencyName Property

Glossary Item Box

Description

Returns the ISO currency code of the summary.

Property type

Read-only property

Syntax

Visual Basic
Public Property CurrencyName As String

Return Type

Currency ISO code represented as String

Remarks

The property identifies the currency in which all values of the summary are calculated.

Example

See the usage of CQGAccountSummary properties in the AccountChanged event's example section.

See Also