Constructs a SystemStatistics object.

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

Syntax

C#
public SystemStatistics(
	double startingCapital,
	DateTime dataStartDate,
	DateTime tradeStartDate
)
Visual Basic (Declaration)
Public Sub New ( _
	startingCapital As Double, _
	dataStartDate As DateTime, _
	tradeStartDate As DateTime _
)
Visual C++
public:
SystemStatistics(
	double startingCapital, 
	DateTime dataStartDate, 
	DateTime tradeStartDate
)

Parameters

startingCapital
Type: System..::.Double
Sets the starting capital
dataStartDate
Type: System..::.DateTime
Sets the data start date.
tradeStartDate
Type: System..::.DateTime
Sets the trade start date.

See Also