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.
git clone https://github.com/mathpaquette/IB.CSharpApiClient.git
<TWS API install folder>\source\CSharpClient\client
to IB.CSharpApiClient\packages
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.