CQG API 4.0 - Revised
CQGCurrencyRate Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property BaseCurrencyName

ISO currency code for the base currency.

Public Property CEL

Returns the corresponding CQGCEL object.

Public Property CurrencyName

ISO currency code for the currency.

Public Property FcmID

Returns the identifier of FCM that offered this currency rate.

Public Property Rate

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

Public Property RateInverseGets rate, as currency / base_currency, for reverse conversions by dividing
Public Property ServerTimestamp

Timestamp of last change (server time, converted to the configured time zone).
Each currency rate change event forces this property to change its value.

Public Property Timestamp

Returns the last response reception timestamp.

When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).

Each currency rate change event forces this property to change its value.

See Also