The current order state (pending, filled, cancelled, etc.)

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

Syntax

C#
public BrokerOrderState OrderState { get; }
Visual Basic (Declaration)
Public ReadOnly Property OrderState As BrokerOrderState
Visual C++
public:
property BrokerOrderState OrderState {
	BrokerOrderState get ();
}

See Also