Gets or sets the starting capital to be used for trading

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