Gets the calculated account value. The account value is the sum of the long value, short value and cash.

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

Syntax

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

See Also