Root interface for creating a System Result plugin.

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

Syntax

C#
public interface ISystemResultPlugin
Visual Basic (Declaration)
Public Interface ISystemResultPlugin
Visual C++
public interface class ISystemResultPlugin

Remarks

System Result plugins allow a plugin developer to hook into the system results and display the user interface of their choosing. If the end user decides to enable the System result plugin, RightEdge will create a new tab within the Trading System Results tab and instantiate this plugin.

A class that implements this interface should be marked with a SystemResultsAttribute to provide metadata such as the name and description, a unique ID, etc.

See Also