You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
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.
Elements
Element | Data Type | Description | Sample Data |
---|
Currency | PwsOpsCurrencySummary | The basic information of a system currency |
|
FxRate | Double |
|
|
Usage Example(s)
<a:PwsCurrencyRate>
<a:Currency xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:OpsCurrencyCode>JPY</b:OpsCurrencyCode>
<b:OpsCurrencyId i:nil="true"/>
<b:CurrencyIdentity>
<b:CurrencyCode>JPY</b:CurrencyCode>
<b:CurrencyId i:nil="true"/>
<b:CurrencyUid>1152921504606850741</b:CurrencyUid>
</b:CurrencyIdentity>
<b:CurrencyName>Japanese Yen</b:CurrencyName>
<b:DecimalDigits>0</b:DecimalDigits>
<b:InactiveFlag>false</b:InactiveFlag>
<b:InstallationCurrencyInactiveFlag>false</b:InstallationCurrencyInactiveFlag>
</a:Currency>
<a:FxRate>0.022222222222222223</a:FxRate>
</a:PwsCurrencyRate>