Using ib api on python I am able to place orders succesfully, i am able to cancel some orders and some orders are filled and all is ok but when im trying to find out what happened to orders i try to use reqCompletedOrders and the callbacks i get have order object with orderId = 0 and clientId = 0
any one could use the reqCompletedOrders and got order with orderId and clientId that makes sense?