Table of Contents

Class TradeEvent<T>.InterestRevoked

Namespace
Virtufin.Base.Events.Trade
Assembly
Virtufin.Base.dll

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>.InterestRevoked
Implements
Inherited Members

Constructors

InterestRevoked(RichTradeAction, Guid, T)

Construct an InterestRevoked event.

public InterestRevoked(RichTradeAction action, Guid interestId, T revokedAt)

Parameters

action RichTradeAction
interestId Guid
revokedAt T

Properties

Action

The action that produced this event (carried for correlation and audit).

public override RichTradeAction Action { get; }

Property Value

RichTradeAction

InterestId

Id of the revoked interest.

public Guid InterestId { get; }

Property Value

Guid

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