Returns the profit target for a position.

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

Syntax

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

Parameters

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

Return Value

The profit target for the position.

See Also