ryankennedyio / ib-docker

Dockerized interactive brokers gateway
98 stars 26 forks source link

Any straightforward way to update Gateway? #11

Open chrism2671 opened 7 years ago

chrism2671 commented 7 years ago

There's an issue where 'open' orders don't seem to clear from the API. I'm 90% sure this is an issue with Gateway, not ib-docker. I've tried to update it by editing the Dockerfile, but it broke everything. Is there a straightforward way to make it always use the latest gateway?

cmorgan commented 7 years ago

@chrism2671 did you manage to resolve this? i'm looking to migrate to my system to docker - did you use this repo or roll your own? cheers

chrism2671 commented 7 years ago

We used this repo and managed to update gateway eventually. It seems to be all fine now.

ryankennedyio commented 7 years ago

@cmorgan @chrism2671 You might want to edit these lines in the Dockerfile to use the latest from QuantConnect, who are kind enough to host properly versioned releases of the IB Gateway

https://github.com/ryankennedyio/ib-docker/blob/master/Dockerfile#L17 https://github.com/ryankennedyio/ib-docker/blob/master/Dockerfile#L23

cmorgan commented 7 years ago

cheers all

nyxynyx commented 6 years ago

Where can we find links on QuantConnect for newer versions of

Is there a page where they list all versions of these files that they are currently hosting?

jaikumarm commented 6 years ago

@nyxynyx see this for the docker image maintained by quantconnect team that has links to the latest binaries https://github.com/QuantConnect/Lean/blob/master/DockerfileLeanFoundation

btw thanks @ryankennedyio for this project saved me several hours of mucking around :)