When my order are filled, I get more than one order state update trough order status method:
orderStatus(int orderId, String status, int filled, int remaining, double avgFillPrice, int permId, int parentId, double lastFillPrice, int clientId, String whyHeld)
Why is that?
It all happens...