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 in same second... fractions of second apart? why?
my thoughts...
if I have more than one instance of EWrapper... is IB API designed to push message to all instances... and not only connected one?
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 in same second... fractions of second apart? why?
my thoughts...
if I have more than one instance of EWrapper... is IB API designed to push message to all instances... and not only connected one?