Komnomnomnom / swigibpy

Third party Interactive Brokers Python API generated from TWS C++ API using SWIG.
http://github.com/Komnomnomnom/swigibpy/
Other
158 stars 35 forks source link

Update to TWS API v9.67 #14

Closed Komnomnomnom closed 11 years ago

Komnomnomnom commented 11 years ago

v9.67 brings a number of changes, most annoyingly is the expanded use of shared_ptr which has proven problematic for SWIG to deal with (#7).

shared_ptr is now used for ComboLeg, OrderComboLeg as well as TagValue

Komnomnomnom commented 11 years ago

Skipped 9.67, master now supports 9.68.