CQG API 4.0 - Revised
CurrencyRatesChanged Event
See Also  Send Feedback
cqg_currency_rates
Collection of changed currency rates represented as CQGCurrencyRates.
CQGCEL Interface : CurrencyRatesChanged Event

Glossary Item Box

Description

This event is fired when an FCM changes a currency rate.

Syntax

Visual Basic
Public Event CurrencyRatesChanged( _
   ByVal cqg_currency_rates As CQGCurrencyRates _
)

Parameters

cqg_currency_rates
Collection of changed currency rates represented as CQGCurrencyRates.

Remarks

No CurrencyRatesChanged event is fired if account subscription level is set to aslNone.

Note: if currency rate is changed, account summaries will be recalculated. However no AccountChanged event will be fired in that case.

Example

The following example shows the usage of currency rates via CQG API.

VB
CS
 
 

See Also