The newly opened position.

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

Syntax

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

Remarks

The position that was opened as a result of the order being filled.

See Also