Gets the indicator class name.

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

Syntax

C#
string GetIndicatorClassName()
Visual Basic (Declaration)
Function GetIndicatorClassName As String
Visual C++
String^ GetIndicatorClassName()

Return Value

string containing the class name.

Remarks

This is the link between the plugin interface and the indicator interface. Based on this name, RightEdge will create an instance of the indicator using this name. A fully qualified name (including namespace information) is required.

See Also