Class TradeAction
Sealed algebraic data type of trade actions — the strategy's intent before enrichment. Cases:
- TradeAction.BuyOrder: limit/market buy on a CLOB.
- TradeAction.SellOrder: limit/market sell on a CLOB.
- TradeAction.CancelOrder: cancel a previously placed order.
- TradeAction.TransferAction: peer-to-peer transfer between two parties (no exchange).
- TradeAction.InterestAction: express interest in a CLOB before commitment — no risk, no book impact.
- TradeAction.WithdrawInterestAction: revoke a previously registered interest.
public abstract record TradeAction : ITradeAction, IEquatable<TradeAction>
- Inheritance
-
TradeAction
- Implements
- Derived
- Inherited Members