ExchangeRates Class

Class ExchangeRates 
You can obtain the exchange rates for any currency and convert any quantity of one currency to another using this class.
Public Class ExchangeRates
This language is not supported or no code example is available.
public class ExchangeRates
This language is not supported or no code example is available.
Name Description
Public constructor ExchangeRates(string, string, int, string, string, double, DateTime) Creates a new instance of the ExchangeRates 
Only method 4 is available in the trial version.
Top
Methods
 
Name Description
Public method executeMethod() This method enables the initiation of the exchange rate inquiry. 
It proceeds so by returning a string that indicates whether the communication was successful or unsuccessful.
Public method get_base_code() Get the Base Currency Code
Public method get_conversion_amounts() Get the Converted Amount to all Currencies
Public method get_conversion_rate() Get The Exchange Rate
Public method get_conversion_rates() Get Exchange Rate to all Currencies, type of Dictionary(Of String, Object)
Public method get_conversion_result() Get the Converted Amount
Public method get_supported_codes() Get All Currency Codes in ISO Format
Public method get_target_code() Get the Target Currenct Code
Public method get_target_data() Get Target's Currency Details
Top
ArbitransMyData.MyDataUtilities.ExchangeRates

.NET Framework

Supported in: 3.5 or newer

In this article

Definition