I'm working on a front-end for IB and I'd like to be able to update orders, even those that are created by different clients. When the order is created by the same client that's doing the update, the code is simple:
order.m_transmit = true
ibclient.placeOrder(order.m_orderId, contract...