I recently worked on an Interactive Brokers TWS API implementation in C++, and I wanted to share some thoughts on it while they are fresh in my mind. Intro The purpose of this post is to prove that IB’s TWS API has a socket implementation that is replaceable. I made an implementation that retains all …
Continue reading “Making a C++ Interactive Brokers TWS Client with a Custom Socket Implementation”