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

Glossary Item Box

Description

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.

See Also