Gets the value of this position.

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

Syntax

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

Remarks

The current value is effectively the amount that would be added to your account if the position were closed at the current price, not including commissions paid for the closing trade.

See Also