Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CurrencyPair.cs
1
using
Waher.Persistence
;
2
3
namespace
Paiwise
4
{
8
public
class
CurrencyPair
9
{
15
public
CurrencyPair
(
CaseInsensitiveString
From
,
CaseInsensitiveString
To
)
16
{
17
this.From =
From
;
18
this.To =
To
;
19
}
20
24
public
CaseInsensitiveString
From
{
get
; }
25
29
public
CaseInsensitiveString
To
{
get
; }
30
}
31
}
Paiwise.CurrencyPair
Contains a pair of currencies, for currency conversion.
Definition:
CurrencyPair.cs:9
Paiwise.CurrencyPair.CurrencyPair
CurrencyPair(CaseInsensitiveString From, CaseInsensitiveString To)
Contains a pair of currencies, for currency conversion.
Definition:
CurrencyPair.cs:15
Paiwise.CurrencyPair.From
CaseInsensitiveString From
From Currency
Definition:
CurrencyPair.cs:24
Paiwise.CurrencyPair.To
CaseInsensitiveString To
To Currency
Definition:
CurrencyPair.cs:29
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:10
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Payments
CurrencyPair.cs
Generated by
1.9.5