deephaven-examples / deephaven-ib

An Interactive Brokers integration for Deephaven
Apache License 2.0
64 stars 27 forks source link

Replace the backend with `ib_async` / `ib_insync` #130

Open chipkent opened 2 months ago

chipkent commented 2 months ago

There is a request to replace ibapi with ib_async / ib_insync. This would hopefully reduce problems with ibapi API instability, but it is not obviously better than directly using the web interface. This would need to be assessed.