Gets or sets the maximum number of open positions.

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

Syntax

C#
public int MaxOpenPositions { get; set; }
Visual Basic (Declaration)
Public Property MaxOpenPositions As Integer
Visual C++
public:
property int MaxOpenPositions {
	int get ();
	void set (int value);
}

See Also