The position gross entry price, as a weighted average.

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

Syntax

C#
public Price GrossEntryPrice { get; internal set; }
Visual Basic (Declaration)
Public Property GrossEntryPrice As Price
Visual C++
public:
property Price^ GrossEntryPrice {
	Price^ get ();
	void set (Price^ value);
}

Remarks

This is the average price of all the trades which added to the position, weighted by the size of each trade.

See Also