The current size of this position.

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

Syntax

C#
public long CurrentSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentSize As Long
Visual C++
public:
property long long CurrentSize {
	long long get ();
}

See Also