AmountCurrencyPair
The AmountCurrencyPair
class represents an amount and the currency the amount is denominated in.
Properties
Amount
- decimal
The amount.
Currency
- string
The currency the amount is denominated in.
Constructor
public AmountCurrencyPair(decimal amount, string currency)
Parameters
amount
- decimal
The amount.
currency
- string
The currency the amount is denominated in.