sch17 / truetrade

Automatically exported from code.google.com/p/truetrade
0 stars 0 forks source link

IB order errors should update the order status #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue a defective order (bad price, bad time, bad symbol, whatever).  When
IB returns an error, the order should have its status updated and removed
from the queue from any strategy.

Original issue reported on code.google.com by tyrotra...@gmail.com on 1 May 2007 at 10:19

GoogleCodeExporter commented 8 years ago
Complete.  Used the runtime debugging pane to send erroneous orders against ES 
and
the orders were caught and the orders were removed from the queue.  Calls to
getOutstandingOrders() no longer returned these erroneous orders.

Original comment by tyrotra...@gmail.com on 2 May 2007 at 8:38