QuantConnect / Lean.Brokerages.InteractiveBrokers

InteractiveBrokers Brokerage Plugin
Apache License 2.0
27 stars 17 forks source link

Clean Shutdown of IBGateway to Speed Up Redeployments #91

Closed jaredbroad closed 5 months ago

jaredbroad commented 5 months ago

IB can occasionally think another TWS instance is using the connection and prevent redeploying.

Possible causes include:

Expected Behavior

Instantly redeploy the gateway.

Actual Behavior

Generally need to wait 1 minute to redeploy.

Potential Solution

Call the Menu->Exit button instead of killing the process.

Checklist