The price of the trade converted to the account currency, using the current exchange rate at the time the trade took place.

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

Syntax

C#
public double AccountPrice { get; private set; }
Visual Basic (Declaration)
Public Property AccountPrice As Double
Visual C++
public:
property double AccountPrice {
	double get ();
	void set (double value);
}

Remarks

If the symbol currency is the same as the account currency, then this value should be the same as the SymbolPrice.

See Also