-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TWS API v9.72+? #31
Comments
+1 |
I've started working on supporting v976.01 and v979.01 TWS APIs. I have an initial version working in my fork repo on a separate branch. There is a lot of work to do and a lot of the request and responses have to be updated. There will be a call for testers when I have completed all the changes. |
fantastic - I am a Go beginner, and your responses to people on IB have been a great help to me, so I'm probably not of much use to you right now, but I would be happy to help with simple and rote stuff |
I have been working on the changes so far, completed all the response parsing right now, still working on completing updating the write responses before I merge as a separate branch in the gofinance/ib repo. You can reach the changes here: dsouzae/ib/tree/devel_v100plus I have implemented |
There is no equivalent to reqTickByTickData in gofiance/ib as it's a new API available, you might be able to use it in the current version. Look at |
Historical Time and Sales Data etc.
The text was updated successfully, but these errors were encountered: