Skip to content

ExchangeRatesClient.GetLatestRates Method

maurizuki edited this page Oct 19, 2020 · 2 revisions

GetLatestRates Method

Namespace: BIExchangeRates.Client
Assembly: BIExchangeRates.Client.dll

Returns the latest available exchange rates for all the valid currencies.

public async Task<LatestRatesModel> GetLatestRates (Language language = Language.En);

Parameters

Parameter Type Description
language Language The language of the returned data.

Returns

Task<LatestRatesModel>
A task that represents the asynchronous operation. The task result contains the latest available exchange rates for all the valid currencies.

Clone this wiki locally