Get desktop application:
View/edit binary Protocol Buffers messages
GetRate returns the exchange rate for the two provided currency codes
SubscribeRates allows a client to subscribe for changes in an exchange rate when the rate changes a response will be sent
Currencies is an enum which represents the allowed currencies for the API
Used in:
,RateRequest defines the request for a GetRate call
Used as request type in: Currency.GetRate, Currency.SubscribeRates
Base is the base currency code for the rate
Destination is the destination currency code for the rate
RateResponse is the response from a GetRate call, it contains rate which is a floating point number and can be used to convert between the two currencies specified in the request.
Used as response type in: Currency.GetRate, Currency.SubscribeRates
Base is the base currency code for the rate
Destination is the destination currency code for the rate
Rate is the returned currency rate