SumZeroTrading icon indicating copy to clipboard operation
SumZeroTrading copied to clipboard

How to exit from an operation

Open diego1982chile opened this issue 5 years ago • 0 comments

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

diego1982chile avatar Apr 24 '19 21:04 diego1982chile