Specifies the position size if not specified. This may represent a percentage of account value, a fixed value, or a fixed number of shares depending on the value of AllocationType.

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

Syntax

C#
public double Allocation { get; set; }
Visual Basic (Declaration)
Public Property Allocation As Double
Visual C++
public:
property double Allocation {
	double get ();
	void set (double value);
}

See Also