Komnomnomnom / swigibpy

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

poll interval does not work #6

Closed olafsep01 closed 12 years ago

olafsep01 commented 12 years ago

Hi Kieran,

Yesterday I was not able to test TWS was down: adding the poll interval (issue 5) does not work: def eConnect(self, _args) should be def eConnect(self, args, _kwargs)

Komnomnomnom commented 12 years ago

Hi Olaf, it works for me. Have you compiled the latest master? It looks like it might be getting mixed with an old installation.

If you're using pip try pip uninstall swigibpy to remove the older version or pip install -e . in the swigibpy dir to install the latest master into your site packages.

olafsep01 commented 12 years ago

Hi Hieran,

You are right. When generation the rapper I did not use -keyword as argument. Sorry, now it works. Thanks for your patience.