The stop loss for the position.

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

Syntax

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

Remarks

This value may represent a fixed price or a percentage loss, depending on the value of the StopLossType property. To change the stop loss, use the SetStopLoss(String, Double, TargetPriceType) method.

See Also