Rename ForceSocketPort to ForceTwsApiPort and enhance documentation by bp-alex · Pull Request #1 · ib-controller/ib-controller
Expand Up
@@ -181,14 +181,19 @@ AcceptIncomingConnectionAction=accept
ShowAllTrades=no
# If ForceSocketPort is set to an integer, it forces IBController to # If ForceTwsApiPort is set to an integer, it forces IBController to # change the TWS API Socket Port to that number shown shortly after # startup. Leaving the setting blank will make no change (4001/7496 # is the usual default). ForceSocketPort may report a console error # startup. This setting is most commonly required if you are running # multiple IBController instances for different accounts and would # like different ports to be configured automatically (ie without you # needing do this manually in the TWS window that IBController would # open). Leaving the setting blank will make no change, so 4001 or # 7496 would be the usual default (or whatever you manually change # the port number to). ForceTwsApiPort may report a console error # during startup, "Should not be called ahead of allowed features". # This console message can be safely ignored.
ForceSocketPort= ForceTwsApiPort=
# 4. TWS Auto-Closedown Expand Down
# If ForceSocketPort is set to an integer, it forces IBController to # If ForceTwsApiPort is set to an integer, it forces IBController to # change the TWS API Socket Port to that number shown shortly after # startup. Leaving the setting blank will make no change (4001/7496 # is the usual default). ForceSocketPort may report a console error # startup. This setting is most commonly required if you are running # multiple IBController instances for different accounts and would # like different ports to be configured automatically (ie without you # needing do this manually in the TWS window that IBController would # open). Leaving the setting blank will make no change, so 4001 or # 7496 would be the usual default (or whatever you manually change # the port number to). ForceTwsApiPort may report a console error # during startup, "Should not be called ahead of allowed features". # This console message can be safely ignored.
ForceSocketPort= ForceTwsApiPort=
# 4. TWS Auto-Closedown Expand Down