Class RichTradeAction.Interest
Enriched CLOB interest registration.
public sealed record RichTradeAction.Interest : RichTradeAction, ITradeAction, IEquatable<RichTradeAction>, IEquatable<RichTradeAction.Interest>
- Inheritance
-
RichTradeAction.Interest
- Implements
- Inherited Members
Constructors
Interest(InterestAction, Guid, int)
Enriched CLOB interest registration.
public Interest(TradeAction.InterestAction Action, Guid StrategyId, int Priority)
Parameters
ActionTradeAction.InterestActionThe raw TradeAction.InterestAction.
StrategyIdGuidId of the strategy that produced the action.
PriorityintPriority of the interest (higher = shown first).
Properties
Action
The raw TradeAction.InterestAction.
public TradeAction.InterestAction Action { get; init; }
Property Value
Priority
Priority of the interest (higher = shown first).
public int Priority { get; init; }
Property Value
StrategyId
Id of the strategy that produced the action.
public Guid StrategyId { get; init; }