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; }
Visual Basic (Declaration)
Public ReadOnly Property ProfitTarget As Double
Visual C++
public:
property double ProfitTarget {
	double get ();
}

Remarks

This value may represent a fixed price or a percentage gain, depending on the value of the ProfitTargetType property. To change the profit target, use the SetProfitTarget(Double, TargetPriceType) method.

See Also