JanBoonen / TwsApiCpp

Improved TWS API POSIX C++ library for the Interactive Brokers (IB) TWS (same project as TwsApiC++ in Yahoo TWSAPI).
106 stars 56 forks source link

Adding newer client and wrapper functions? #23

Open KaleTEvans opened 8 months ago

KaleTEvans commented 8 months ago

A bit of a novice here, but there are some newer wrapper and client functionalities that have been added to the TWS api I wish to use, such as the wrapper callback, tickNews(), or client request reqSecDefOptParams(). Would really appreciate some guidance on how to modify my copy of the library to include these. Working through it right now so if I can get it figured out I will post an update!