Overview
This structure is used in response of a web service (ex. PwsGetCurrencies). It contains the basic information of a currency and Fx rate against another currency if provided in the web service. represents a conversion rate (often referred to as an F/X rate) between the currecy referenced within the structure and a contextual currency. The contextual currency is determined, for example, by parameters passed to the web service that returns this data (ex. PwsGetCurrencies).
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Currency | The basic information of a system currency. | ||
FxRate | Double | The Fx F/X rate between this and another currency provided in a web service request. | 0.022222222222222223 |
...