![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for currency conversion quotes. More...
Properties | |
CaseInsensitiveString | FromCurrency [get] |
Conversion from this currency. More... | |
CaseInsensitiveString | ToCurrency [get] |
Conversion to this currency. More... | |
decimal | Rate [get] |
Exchange rate. More... | |
DateTime | Timestamp [get] |
Timestamp of quote. More... | |
string | Source [get] |
Source of quote. More... | |
Interface for currency conversion quotes.
Definition at line 9 of file ICurrencyConverterQuote.cs.
|
get |
Conversion from this currency.
Implemented in Paiwise.OpenExchangeRates.ExchangeRate.
Definition at line 14 of file ICurrencyConverterQuote.cs.
|
get |
Exchange rate.
Implemented in Paiwise.OpenExchangeRates.ExchangeRate.
Definition at line 24 of file ICurrencyConverterQuote.cs.
|
get |
Source of quote.
Implemented in Paiwise.OpenExchangeRates.ExchangeRate.
Definition at line 34 of file ICurrencyConverterQuote.cs.
|
get |
Timestamp of quote.
Implemented in Paiwise.OpenExchangeRates.ExchangeRate.
Definition at line 29 of file ICurrencyConverterQuote.cs.
|
get |
Conversion to this currency.
Implemented in Paiwise.OpenExchangeRates.ExchangeRate.
Definition at line 19 of file ICurrencyConverterQuote.cs.