Gets an instance of the SystemStatistics class for the Buy and Hold only.

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

Syntax

C#
public SystemStatistics BuyAndHoldStatistics { get; }
Visual Basic (Declaration)
Public ReadOnly Property BuyAndHoldStatistics As SystemStatistics
Visual C++
public:
property SystemStatistics^ BuyAndHoldStatistics {
	SystemStatistics^ get ();
}

See Also