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

python3.5 unable to get some contractDetails vars #49

Open milonline-eu opened 8 years ago

milonline-eu commented 8 years ago

Accessing attribute 'returnedContractDetail.liquidHours' - returned object from call to reqContractDetails doesn't work under python3.5.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x98 in position 0: invalid start byte

santiagodl commented 8 years ago

Does anyone have a sample code for sending multiple orders to TWS using swigipby???