-
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
RequestRealTimeBars Example #23
Comments
Can you post what you have implement? Make sure you subscribe to get a response for request ID or all responses. I have example code available here for other types of requests: I do not have an example for RequestRealtimeBars, but I will see if I can get a working example ready for tomorrow. |
Thank you @dsouzae, your repo really helped me out. I would suggest anyone looking for examples to check out the code for the same. |
I have pushed some changes in the ibstockcli. Here are some details. Make sure you either call Make the request:
I added a map to save the request id to get the symbol string. In your
|
I have created a "Contract" and a "RequestRealTimeBars" struct, and also an active "Engine" connected to IB gateway on my machine, but I am not getting how to receive a reply into "RealTimeBars" struct. Any example will be much appreciated.
The text was updated successfully, but these errors were encountered: