Anyone got experience with the Java API of Interactive Brokers?
I've started using it recently and either I don't know how to use it right it or it's very, very buggy. I'm trying to get an option chain and I'm only getting partial data. I see in the TWS log that it sends me a lot of contract details but in my application I'm only getting a few of them. It's like their API is losing messages.
I've resorted to horrible hacks such as disassembling their code from the API JAR and modifying it. Increasing the socket buffer from 8Kb to 64Kb seems to have solved the problem and again points in the direction that they provide a poor quality solution. It's like they don't do code reviews or at least test their stuff...
I'd contact their support and point out the issues but I've heard horrifying stories of having to deal with them. Could they be true?
I've started using it recently and either I don't know how to use it right it or it's very, very buggy. I'm trying to get an option chain and I'm only getting partial data. I see in the TWS log that it sends me a lot of contract details but in my application I'm only getting a few of them. It's like their API is losing messages.
I've resorted to horrible hacks such as disassembling their code from the API JAR and modifying it. Increasing the socket buffer from 8Kb to 64Kb seems to have solved the problem and again points in the direction that they provide a poor quality solution. It's like they don't do code reviews or at least test their stuff...
I'd contact their support and point out the issues but I've heard horrifying stories of having to deal with them. Could they be true?
