From a5c454cd372ad5854ee6408fbcde3062f8c061e5 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 29 Oct 2024 10:56:39 -0400 Subject: [PATCH] Bump TWS version to 1030 --- thetagang/thetagang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thetagang/thetagang.py b/thetagang/thetagang.py index 1cd1f0a0d..d8021e652 100755 --- a/thetagang/thetagang.py +++ b/thetagang/thetagang.py @@ -436,7 +436,7 @@ def onConnected() -> None: ibc_keywords = { k: ibc_config[k] for k in ibc_config if k not in ["RaiseRequestErrors"] } - ibc = IBC(1019, **ibc_keywords) + ibc = IBC(1030, **ibc_keywords) ib.RaiseRequestErrors = ibc_config.get("RaiseRequestErrors", False)