From becef75dfa084cbde872ee1be7799caf5032690d Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Wed, 12 Feb 2025 15:25:57 -0400 Subject: [PATCH 1/3] Upgrade IB gateway version to 3010 --- DockerfileLeanFoundation | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DockerfileLeanFoundation b/DockerfileLeanFoundation index 0839e122bdd6..0376014ea687 100644 --- a/DockerfileLeanFoundation +++ b/DockerfileLeanFoundation @@ -343,10 +343,10 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda # Install IB Gateway: Installs to /root/ibgateway RUN mkdir -p /root/ibgateway && \ - wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable-standalone-linux-x64.v10.19.2a.sh && \ - chmod 777 ibgateway-stable-standalone-linux-x64.v10.19.2a.sh && \ - ./ibgateway-stable-standalone-linux-x64.v10.19.2a.sh -q -dir /root/ibgateway && \ - rm ibgateway-stable-standalone-linux-x64.v10.19.2a.sh + wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable-standalone-linux-x64.v10.30.1t.sh && \ + chmod 777 ibgateway-stable-standalone-linux-x64.v10.30.1t.sh && \ + ./ibgateway-stable-standalone-linux-x64.v10.30.1t.sh -q -dir /root/ibgateway && \ + rm ibgateway-stable-standalone-linux-x64.v10.30.1t.sh # label definitions LABEL strict_python_version=3.11.11 From 9a5a5fc63ae6faa7eaa2341ad16b302196d792d7 Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Fri, 21 Feb 2025 11:56:48 -0400 Subject: [PATCH 2/3] Update ib gateway version in config file --- Launcher/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/config.json b/Launcher/config.json index a4134d047cef..36e38f1c9ea0 100644 --- a/Launcher/config.json +++ b/Launcher/config.json @@ -91,7 +91,7 @@ "ib-tws-dir": "C:\\Jts", "ib-trading-mode": "paper", "ib-enable-delayed-streaming-data": false, - "ib-version": "974", + "ib-version": "1030", "ib-weekly-restart-utc-time": "22:00:00", // tradier configuration From 16c418e5d6f2a05dcb6982e46ad32ad093b76c1f Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Mon, 24 Feb 2025 09:03:59 -0400 Subject: [PATCH 3/3] Remove ib-version config Let the brokerage detect or set the correct ib gateway version --- Launcher/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Launcher/config.json b/Launcher/config.json index 36e38f1c9ea0..b2b90a144808 100644 --- a/Launcher/config.json +++ b/Launcher/config.json @@ -91,7 +91,6 @@ "ib-tws-dir": "C:\\Jts", "ib-trading-mode": "paper", "ib-enable-delayed-streaming-data": false, - "ib-version": "1030", "ib-weekly-restart-utc-time": "22:00:00", // tradier configuration