softwarespartan / IB4m

Interactive Brokers API for Matlab
GNU General Public License v2.0
62 stars 21 forks source link

Modifying orders #122

Closed bondtrade closed 3 years ago

bondtrade commented 3 years ago

Hi Abel,

Are you able to provide guidance with modifying orders please: both those placed through the API and manually into TWS?

Your framework supports the reqAllOpenOrders() method but not the reqOpenOrders() method (I don't think) which I think is required to bind to orders placed manually in TWS.

Despair2000 commented 3 years ago

To modify an existing order simply resubmit the modified order with the same orderId like the original order.

If this is also possible for manually placed orders I don't know.