Gets the current amount tied up in positions, long and short.

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

Syntax

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

See Also