IB programming examples

Hello!

Who know a website or a blogs where is samples code using API IB on #C. Yes I know that in the TWS API arhive is some sample code but it's as a common program and me need as a some sample coding charting, order book, account, portfolio.

Thanks!
 
It is a very old not anymore maintained wrapper. I recommend to use IB's C# API directly, you may still want to write a light-weight wrapper anyway because IB's C# API is very poorly implemented but at least you may not miss functionality that IB added in terms of functionality between 3-4 years ago (when the ib-csharp wrapper was updated last time) and now.

Wrapper library that is heavily used by third-party programs: https://github.com/krs43/ib-csharp
 
Back
Top