Stores indicator settings, such as inputs, constructor arguments, color, etc.

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

Syntax

C#
[SerializableAttribute]
public class IndicatorInfo : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IndicatorInfo _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class IndicatorInfo : ICloneable

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.IndicatorInfo

See Also