CQG API 4.0 - Revised
Rate Property
See Also  Send Feedback
CQGCurrencyRate Interface : Rate Property

Glossary Item Box

Description

The currency rate value which is calculated as ratio of currency to base currency.

Property type

Read-only property

Syntax

Visual Basic
Public Property Rate As Double

Return Type

Currency/base currency ratio represented as Double

Remarks

The same currency may have different rates at different FCMs.

Example

See the usage of CQGCurrencyRate properties in the CurrencyRatesChanged event's example section.

See Also