Holds a collection of BarStatistics

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

Syntax

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

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