12 private readonly DateTime timestamp;
14 private readonly decimal amount;
15 private readonly decimal reserved;
44 public decimal
Amount => this.amount;
Contains information about a balance.
CaseInsensitiveString Currency
Currency of amount.
AccountEvent Event
Any account event associated to the balance message.
decimal Amount
Amount at given point in time.
decimal Reserved
Reserved amount, that the user cannot use directly.
DateTime Timestamp
Timestamp of balance.
Balance(DateTime Timestamp, decimal Amount, decimal Reserved, CaseInsensitiveString Currency, AccountEvent Event)
Contains information about a balance.
Represents a case-insensitive string.