Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.ICurrencyConverterQuote Interface Reference

Interface for currency conversion quotes. More...

Inheritance diagram for Paiwise.ICurrencyConverterQuote:
Paiwise.OpenExchangeRates.ExchangeRate

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...
 

Detailed Description

Interface for currency conversion quotes.

Definition at line 9 of file ICurrencyConverterQuote.cs.

Property Documentation

◆ FromCurrency

CaseInsensitiveString Paiwise.ICurrencyConverterQuote.FromCurrency
get

Conversion from this currency.

Implemented in Paiwise.OpenExchangeRates.ExchangeRate.

Definition at line 14 of file ICurrencyConverterQuote.cs.

◆ Rate

decimal Paiwise.ICurrencyConverterQuote.Rate
get

Exchange rate.

Implemented in Paiwise.OpenExchangeRates.ExchangeRate.

Definition at line 24 of file ICurrencyConverterQuote.cs.

◆ Source

string Paiwise.ICurrencyConverterQuote.Source
get

Source of quote.

Implemented in Paiwise.OpenExchangeRates.ExchangeRate.

Definition at line 34 of file ICurrencyConverterQuote.cs.

◆ Timestamp

DateTime Paiwise.ICurrencyConverterQuote.Timestamp
get

Timestamp of quote.

Implemented in Paiwise.OpenExchangeRates.ExchangeRate.

Definition at line 29 of file ICurrencyConverterQuote.cs.

◆ ToCurrency

CaseInsensitiveString Paiwise.ICurrencyConverterQuote.ToCurrency
get

Conversion to this currency.

Implemented in Paiwise.OpenExchangeRates.ExchangeRate.

Definition at line 19 of file ICurrencyConverterQuote.cs.


The documentation for this interface was generated from the following file: