BaseSystemHistory object.

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

Syntax

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

Remarks

BaseSystemHistory contains system wide settings and historical information about items that are known up to the current bar. BaseSystemHistory holds the SystemStatistics collections for long, short, long & short and buy & hold. There are shortcuts provided in BaseSystem for frequently used items.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.BaseSystemHistory

See Also