The type of stop loss for the position. The default is [!:TargetPriceType.Percentage].

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

Syntax

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

See Also