Gets the calculated ending capital. The ending capital is the sum of the starting capital, relized net profit and unrealized net profit.

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

Syntax

C#
public double EndingCapital { get; }
Visual Basic (Declaration)
Public ReadOnly Property EndingCapital As Double
Visual C++
public:
property double EndingCapital {
	double get ();
}

See Also