Skip to content

A Boost Asio drop-in replacement for Interactive Brokers connectivity classes

Notifications You must be signed in to change notification settings

mvanslobbe/AsioInteractiveBrokers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

USAGE

Just like EPosixClientSocket.cpp, AsioClientSocket.cpp inherits of EClientSocketBase. The purpose is to use our boost::asio auto completion to receive and process messages in one go. To this end, we still use the checkMessages() function and the code could be optimised further.

You would use this code when you've decided to use the excellent boost libraries together with the Interactive Brokers ( IB ) Trader Workstation ( TWS ) API.

About

A Boost Asio drop-in replacement for Interactive Brokers connectivity classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages