The PositionManager..::.TradeOrder associated with this order. This property is for internal use and does not need to be used in trading system code.

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

Syntax

C#
public PositionManager..::.TradeOrder TradeOrder { get; private set; }
Visual Basic (Declaration)
Public Property TradeOrder As PositionManager..::.TradeOrder
Visual C++
public:
property PositionManager..::.TradeOrder^ TradeOrder {
	PositionManager..::.TradeOrder^ get ();
	void set (PositionManager..::.TradeOrder^ value);
}

See Also