Holds a collection of BarStatistics

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

Syntax

C#
[SerializableAttribute]
public class SystemStatistics
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SystemStatistics
Visual C++
[SerializableAttribute]
public ref class SystemStatistics

Remarks

This class holds the BarStatistics for every bar during the systems existence. A single BarStatistic can be referenced using a date.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.SystemStatistics

See Also