Hi,
I've been looking into the Sums Zero API a way to exit from operation.
I know that this would enter:
TradeOrder order = new TradeOrder(orderId, ticker, amount, TradeDirection.SELL); ibClient.placeOrder(order);
thing is how could i explicitly exit that entered order?
Thank's