ib-docker icon indicating copy to clipboard operation
ib-docker copied to clipboard

Any straightforward way to update Gateway?

Open chrism2671 opened this issue 7 years ago • 6 comments

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?

chrism2671 avatar Jul 05 '17 11:07 chrism2671

@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

cmorgan avatar Sep 22 '17 07:09 cmorgan

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

chrism2671 avatar Sep 22 '17 08:09 chrism2671

@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

ryankennedyio avatar Sep 22 '17 12:09 ryankennedyio

cheers all

cmorgan avatar Sep 26 '17 17:09 cmorgan

Where can we find links on QuantConnect for newer versions of

  • http://data.quantconnect.com/interactive/ibgateway-latest-standalone-linux-x64-v960.2a.sh
  • http://data.quantconnect.com/interactive/IBController-QuantConnect-3.2.0.zip

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

nyxynyx avatar Oct 24 '17 16:10 nyxynyx

@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 :)

jaikumarm avatar Nov 03 '17 01:11 jaikumarm