Specifies whether the Max Open Positions settings should limit the number of position open orders submitted.

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

Syntax

C#
public bool RestrictOpenOrders { get; set; }
Visual Basic (Declaration)
Public Property RestrictOpenOrders As Boolean
Visual C++
public:
property bool RestrictOpenOrders {
	bool get ();
	void set (bool value);
}

See Also