ranaroussi / ezibpy

ezIBpy, a Pythonic Client for Interactive Brokers API
Apache License 2.0
327 stars 116 forks source link

history.py example is not working #1

Closed JfourierX closed 8 years ago

JfourierX commented 8 years ago

First, thanks for the excellent work with qtpy and ezibpy.

I see following error with the supplied history.py example. It works fine for futures though <error id=1, errorCode=321, errorMsg=Error validating request:-'yd' : cause - HMDS Expired Contract Violation:contract can not expire.>

ranaroussi commented 8 years ago

Fixed with commit https://github.com/ranaroussi/ezibpy/commit/736d0329d39db1aa7991264759ec7888b3cab213 .

Please upgrade to latest version of ezIBpy (1.12.20): $ pip install ezibpy --upgrade