Specifies the action to take when a position is overfilled.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum PositionAction
Visual Basic (Declaration)
Public Enumeration PositionAction
Visual C++
public enum class PositionAction

Members

Member nameDescription
DoNothing
Take no special action.
ThrowException
Throw an exception.
SendError
Send an error to the output pane.
SendWarning
Send a warning to the output pane.
CloseAtMarket
Submit a market order to close the position.

See Also