Gets the current amount tied up in long positions.

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

Syntax

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

See Also