The BrokerOrder 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 BrokerOrder BrokerOrder { get; }
Visual Basic (Declaration)
Public ReadOnly Property BrokerOrder As BrokerOrder
Visual C++
public:
property BrokerOrder^ BrokerOrder {
	BrokerOrder^ get ();
}

See Also