The profit target for the position.

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

Syntax

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

Remarks

This value may represent a fixed price or a percentage gain, depending on the value of the ProfitTargetType property.

If this value is negative (which it is by default), the value in ProfitTarget will be used.

See Also