Gets the instance of the IndicatorCollections associated with this system run.

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

Syntax

C#
public IndicatorCollections Indicators { get; }
Visual Basic (Declaration)
Public ReadOnly Property Indicators As IndicatorCollections
Visual C++
public:
property IndicatorCollections^ Indicators {
	IndicatorCollections^ get ();
}

See Also