Skip to content

Commit 867b7e8

Browse files
authored
Upgrade IB gateway version to 30.10 (#8586)
* Upgrade IB gateway version to 3010 * Update ib gateway version in config file * Remove ib-version config Let the brokerage detect or set the correct ib gateway version
1 parent f9d84a6 commit 867b7e8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

DockerfileLeanFoundation

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda
343343

344344
# Install IB Gateway: Installs to /root/ibgateway
345345
RUN mkdir -p /root/ibgateway && \
346-
wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable-standalone-linux-x64.v10.19.2a.sh && \
347-
chmod 777 ibgateway-stable-standalone-linux-x64.v10.19.2a.sh && \
348-
./ibgateway-stable-standalone-linux-x64.v10.19.2a.sh -q -dir /root/ibgateway && \
349-
rm ibgateway-stable-standalone-linux-x64.v10.19.2a.sh
346+
wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable-standalone-linux-x64.v10.30.1t.sh && \
347+
chmod 777 ibgateway-stable-standalone-linux-x64.v10.30.1t.sh && \
348+
./ibgateway-stable-standalone-linux-x64.v10.30.1t.sh -q -dir /root/ibgateway && \
349+
rm ibgateway-stable-standalone-linux-x64.v10.30.1t.sh
350350

351351
# label definitions
352352
LABEL strict_python_version=3.11.11

Launcher/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"ib-tws-dir": "C:\\Jts",
9292
"ib-trading-mode": "paper",
9393
"ib-enable-delayed-streaming-data": false,
94-
"ib-version": "974",
9594
"ib-weekly-restart-utc-time": "22:00:00",
9695

9796
// tradier configuration

0 commit comments

Comments
 (0)