The average fill price for this order order (if filled).

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

Syntax

C#
public Price FillPrice { get; }
Visual Basic (Declaration)
Public ReadOnly Property FillPrice As Price
Visual C++
public:
property Price^ FillPrice {
	Price^ get ();
}

See Also