Returns the selected currency rate from the collection.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal fcm_id As Long, _ ByVal currency_ As String, _ Optional ByVal base_currency As String = "" _ ) As CQGCurrencyRate |
- fcm_id
- FCM identifier
- currency_
- Currency
- base_currency
- Base currency
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.
Currency ISO codes are case-insensitive.
See the usage of CQGCurrencyRates collection properties in the CurrencyRatesChanged event's example section.