The overfilled position

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

Syntax

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

Remarks

This is the position which the order was originally submitted for.

See Also