The realized profit for this position.

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

Syntax

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

Remarks

This value can be negative to indicate a loss. This value takes the commission paid into account, so it will generally be negative on a position which was just opened.

See Also