CQG API 4.0 - Revised
ReportingCurrency Property
See Also  Send Feedback
CQGAccount Interface : ReportingCurrency Property

Glossary Item Box

Description

Returns the ISO code of the account's reporting currency.

Property type

Read-only property

Syntax

Visual Basic
Public Property ReportingCurrency As String

Return Type

Reporting currency ISO code represented as String

Remarks

Reporting currency is set by FCM when the account is opened.

Example

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

See Also