Interactive Brokers C# Socket Client 9.1.0.3
This methodis called whenever the status of an order changes. It is also fired after reconnecting to TWS if the client has any open orders.

Namespace: Krs.Ats.IBNet
Assembly:  Krs.Ats.IBNet (in Krs.Ats.IBNet.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<OrderStatusEventArgs> OrderStatus
Public Event OrderStatus As EventHandler(Of OrderStatusEventArgs)
public:
 event EventHandler<OrderStatusEventArgs^>^ OrderStatus {
	void add (EventHandler<OrderStatusEventArgs^>^ value);
	void remove (EventHandler<OrderStatusEventArgs^>^ value);
}

See Also

IBClient Class
Krs.Ats.IBNet Namespace