Search results

  1. T

    IB Java API, placeorder in wrapper causes problems. Why?

    Ok I figured it out. Thanks for trying to help, and sorry for not including all the code. Turns out I had a variable in my openOrder wrapper method so that when I didn't place an order the openOrder never executed. Thus I thought my issue was related to placing an Order. In actuality I...
  2. T

    IB Java API, placeorder in wrapper causes problems. Why?

    Regarding the EWrapper issue, I tested trying to place the order straight from my main and still couldn't get it working. Here is my code and log of my other program that has no GUI and simply connects, gets an order id and then tries placing an order. Again, the order is placed, but then...
  3. T

    IB Java API, placeorder in wrapper causes problems. Why?

    I am using the Java API and I've made a simple Swing GUI with a push button. When I push the button it executes: anInstance.connection.reqRealTimeBars(id, contract, 5,"TRADES",false); // note that connection = new EClientSocket(Wrapper) which is assigned in constructor This causes...
Back
Top