Requesting historical data with ib-gateway #228
Closed
francescopeloi
started this conversation in
General
Replies: 1 comment
-
bug on my code, apologies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I successfully run ib-gateway container on my little server, it's running as expected and I can connect to it with my program, connected from my laptop. Only thing is when I request historical data through it as a test, I can see the request being sent to ib-gateway (I see it in the program when connected through VNC), I can see also that ib-gateway processes it and writes the data on the front end logs, but nothing comes through my program.
I ran the same exact test but connected to my local ib-gateway and my program receives the data.
I am using their official java ib-client to do requests and receive data.
I haven't see any error on the logs. Before overflowing with lots of logs, I was wondering if there's anything obvious I am missing, maybe I need to enable something to get historical data back?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions