Class TradeEvent<T>.InterestRevoked
Interest explicitly revoked by the strategy.
public sealed record TradeEvent<T>.InterestRevoked : TradeEvent<T>, ITradeEvent<RichTradeAction, T>, IEvent<T>, IEquatable<IEvent<T>>, IEquatable<TradeEvent<T>>, IEquatable<TradeEvent<T>.InterestRevoked>
- Inheritance
-
TradeEvent<T>TradeEvent<T>.InterestRevoked
- Implements
-
IEvent<T>IEquatable<IEvent<T>>IEquatable<TradeEvent<T>>
- Inherited Members
Constructors
InterestRevoked(RichTradeAction, Guid, T)
Construct an InterestRevoked event.
public InterestRevoked(RichTradeAction action, Guid interestId, T revokedAt)
Parameters
actionRichTradeActioninterestIdGuidrevokedAtT
Properties
Action
The action that produced this event (carried for correlation and audit).
public override RichTradeAction Action { get; }
Property Value
InterestId
Id of the revoked interest.
public Guid InterestId { get; }
Property Value
RevokedAt
Time of revocation.
public T RevokedAt { get; }
Property Value
- T
Time
The time at which this event's fact occurred.
public override T Time { get; }
Property Value
- T