Class RichTradeAction.WithdrawInterest
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
ActionTradeAction.WithdrawInterestActionThe raw TradeAction.WithdrawInterestAction.
StrategyIdGuidId of the strategy that produced the action.
Properties
Action
The raw TradeAction.WithdrawInterestAction.
public TradeAction.WithdrawInterestAction Action { get; init; }
Property Value
StrategyId
Id of the strategy that produced the action.
public Guid StrategyId { get; init; }