Gets the calculated total net profit. The total net profit is the sum of the realized net profit and the unrealized net profit.

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

Syntax

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

See Also