Table of Contents

Enum QuotingActionType

Namespace
StockSharp.Algo.Strategies.Quoting
Assembly
StockSharp.Algo.dll

Recommended action types.

public enum QuotingActionType
Extension Methods

Fields

Cancel = 2

Cancel current order.

Finish = 4

Finish quoting (target reached or timeout).

Modify = 3

Modify current order (cancel and register new).

None = 0

No action needed.

Register = 1

Register new order.