Returns the stop loss for a position.

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

Syntax

C#
public double GetStopLoss(
	string id
)
Visual Basic (Declaration)
Public Function GetStopLoss ( _
	id As String _
) As Double
Visual C++
public:
double GetStopLoss(
	String^ id
)

Parameters

id
Type: System..::.String
The ID of the position.

Return Value

The stop loss for the position.

See Also