Table of Contents

Class RichTradeAction.WithdrawInterest

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

Enriched withdrawal of a previously registered interest.

public sealed record RichTradeAction.WithdrawInterest : RichTradeAction, ITradeAction, IEquatable<RichTradeAction>, IEquatable<RichTradeAction.WithdrawInterest>
Inheritance
RichTradeAction.WithdrawInterest
Implements
Inherited Members

Constructors

WithdrawInterest(WithdrawInterestAction, Guid)

Enriched withdrawal of a previously registered interest.

public WithdrawInterest(TradeAction.WithdrawInterestAction Action, Guid StrategyId)

Parameters

Action TradeAction.WithdrawInterestAction

The raw TradeAction.WithdrawInterestAction.

StrategyId Guid

Id of the strategy that produced the action.

Properties

Action

public TradeAction.WithdrawInterestAction Action { get; init; }

Property Value

TradeAction.WithdrawInterestAction

StrategyId

Id of the strategy that produced the action.

public Guid StrategyId { get; init; }

Property Value

Guid