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

Support newer TickTypes #4

Closed mattpearson closed 8 years ago

mattpearson commented 8 years ago

Hi JanBoonen,

Any plans to add support for TickTypes 58 to 65 ? Reference here: http://interactivebrokers.github.io/tws-api/tick_types.html

Thanks!

JanBoonen commented 8 years ago

Hi Matt,

Thanks for the hint. I added these new values and some accompanying GenericTicks

Jan