Interface ICurrencyMarket
Represents a market that can convert buy/sell currencies
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public interface ICurrencyMarket
Methods
ConvertCurrency(String, Amount, String)
Returns conversion rate for source->target conversion. rateTable is the name of the rates set, if omitted or not found then default conv rates will be used
Declaration
Amount ConvertCurrency(string rateTable, Amount from, string targetCurrencyISO)
Parameters
Type | Name | Description |
---|---|---|
System.String | rateTable | |
Amount | from | |
System.String | targetCurrencyISO |
Returns
Type | Description |
---|---|
Amount |