rterp / SumZeroTrading

A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
http://rterp.github.io/SumZeroTrading/
Other
145 stars 48 forks source link

Get orders that were placed during a previous API session. #2

Closed rterp closed 8 years ago

rterp commented 8 years ago

It appears that if an API application places an order, and then TWS and the API app are shut down and started again, and then the order is filled, the API application does not receive an order status event for the order. Find out how to get order events that were placed during previous API sessions.

rterp commented 8 years ago

This was fixed by fixing Issue #4