The current size (in shares or contracts) of a position.

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

Syntax

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

See Also