Class ExchangeRates
Object containing the current and next exchange rate returned from the network.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class ExchangeRates
Properties
| Edit this page View SourceCurrent
Current Exchange Rate
Declaration
public ExchangeRate? Current { get; }
Property Value
| Type | Description |
|---|---|
| ExchangeRate |
Next
Exchange rate that is in effect after the current exchange rate expires.
Declaration
public ExchangeRate? Next { get; }
Property Value
| Type | Description |
|---|---|
| ExchangeRate |