The gross 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 GrossSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property GrossSize As Long
Visual C++
public:
property long long GrossSize {
	long long get ();
}

Remarks

This value is the total number of shares or contracts bought (for a long position), or shorted (for a short position). It may be larger than the MaxSize. For example, if a position was opened with 200 shares, 100 shares were sold, and then 100 more shares were bought, the MaxSize would be 200, but the gross size would be 300.

See Also