CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
fcm_id
FCM identifier
currency_
Currency
base_currency
Base currency
CQGCurrencyRates Collection : Item Property

Glossary Item Box

Description

Returns the selected currency rate from the collection.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal fcm_id As Long, _
   ByVal currency_ As String, _
   Optional ByVal base_currency As String = "" _
) As CQGCurrencyRate

Parameters

fcm_id
FCM identifier
currency_
Currency
base_currency
Base currency

Return Type

The corresponding collection item represented as CQGCurrencyRate.

If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.

Remarks

Currency ISO codes are case-insensitive.

Example

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

See Also