ActionTypes
StockSharp.Algo.PositionManagement.PositionModifyAction
Types of actions.
Fields
Cancel
public const ActionTypes Cancel
value = ActionTypes.Cancel
Cancel current order.
Finished
public const ActionTypes Finished
value = ActionTypes.Finished
Algorithm is finished.
None
public const ActionTypes None
value = ActionTypes.None
No action needed.
Register
public const ActionTypes Register
value = ActionTypes.Register
Register a new order.