Gets the amount of starting capital.

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

Syntax

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

See Also