Skip to content

Commit

Permalink
Bump TWS version to 1030
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Oct 29, 2024
1 parent 63a0bdf commit a5c454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thetagang/thetagang.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a5c454c

Please sign in to comment.