IB.CSharpApiClient is a wrapper library on top of TWS API.
It provides a simplified client with events and nice async/await methods.
Please note due to Interactive Brokers license restriction, you need to manually download and copy TWS API source to packages
folder.
- Clone
git clone https://github.com/mathpaquette/IB.CSharpApiClient.git
- Accept TWS API license
- Download and Install TWS API v10.16
- Copy
<TWS API install folder>\source\CSharpClient\client
toIB.CSharpApiClient\packages
- Build IB.CSharpApiClient
- Unified easy to use client
- .NET Standard 2.0
- Events
- Async/Await
- Automatic reconnection (WIP)
For support request, you can create an issue on GitHub.
Pull requests are welcome! Don't hesitate to open an issue if something goes wrong.