The price of the trade in the symbol's native currency.

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

Syntax

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

See Also