Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICurrencyConverterQuote.cs
1using System;
3
4namespace Paiwise
5{
9 public interface ICurrencyConverterQuote
10 {
15
20
24 decimal Rate { get; }
25
29 DateTime Timestamp { get; }
30
34 string Source { get; }
35 }
36}
Represents a case-insensitive string.
Interface for currency conversion quotes.
DateTime Timestamp
Timestamp of quote.
CaseInsensitiveString FromCurrency
Conversion from this currency.
CaseInsensitiveString ToCurrency
Conversion to this currency.