Holds all account information about an account.

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

Syntax

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

Remarks

An instance of BarStatistic is created for every bar that the system is in existence including historical bars. This will allow you to derive historical account information if necessary. BaseSystemHistory contains 4 collections of BarStatistics. There is one for long, short, long & short, and buy and hold.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.BarStatistic

See Also