The maximum size of a position.

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

Syntax

C#
public long MaxSize { get; internal set; }
Visual Basic (Declaration)
Public Property MaxSize As Long
Visual C++
public:
property long long MaxSize {
	long long get ();
	void set (long long value);
}

Remarks

Positions can be resized. This value is the largest size a position achieved.

See Also