QuotingActionType
StockSharp.Algo.Strategies.Quoting
Recommended action types.
Fields
Finish
public const QuotingActionType Finish
value = QuotingActionType.Finish
Finish quoting (target reached or timeout).
Modify
public const QuotingActionType Modify
value = QuotingActionType.Modify
Modify current order (cancel and register new).
Register
public const QuotingActionType Register
value = QuotingActionType.Register
Register new order.