Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the reproting currency amount from the specified transaction currency amount.
Syntax
client server public static AmountMST amountCur2MSTSecond_RU(
AmountCur _amountCur,
CurrencyCode _currencyCode,
[ExchRate _exchRate,
TransDate _exchrateDate,
ExchRate _exchRateSecond])
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
The transaction currency amount that is used to calculate the reporting currency amount.
- _currencyCode
Type: CurrencyCode Extended Data Type
The transaction currency originating the conversion.
- _exchRate
Type: ExchRate Extended Data Type
A value to initialize ExchangeRate1 property of CurrencyExchangeHelper instance.
- _exchrateDate
Type: TransDate Extended Data Type
The exchange rate date to use to retrieve exchange rate information.
- _exchRateSecond
Type: ExchRate Extended Data Type
A value to initialize ExchangeRate2 property of CurrencyExchangeHelper instance.
Return Value
Type: AmountMST Extended Data Type
An reporting currency amount that has been calculated from the transaction currency amount.