The number of shares or contracts to establish this position with. If this is zero, the position will be sized based on the settings in [!:PositionManager.UseFixedAmountPerPosition], [!:PositionManager.PercentPerPosition], and [!:PositionManager.FixedAmountPerPosition].

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

Syntax

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

See Also