kdxing / ibpy

Automatically exported from code.google.com/p/ibpy
Other
0 stars 0 forks source link

demo/api_coverage unexpected keyword argument 'tickerId' #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. login to TWS
2. run demo/api_coverage
3.

What is the expected output? What do you see instead?
Unsure, but not this:
python api_coverage 

Traceback (most recent call last):
  File "api_coverage", line 416, in <module>
    main(get_options())
  File "api_coverage", line 358, in main
    errors = call(con, options)
  File "api_coverage", line 139, in inner
    v = call(connection, options)
  File "api_coverage", line 152, in inner
    rv = call(connection, options)
  File "api_coverage", line 236, in test_007
    formatDate=1)
TypeError: wrapperMethod() got an unexpected keyword argument 'tickerId'

What version of the product are you using? On what operating system?
IbPy-0.7.7-9.62, OSX 10.6.8

Please provide any additional information below.

Original issue reported on code.google.com by paul.tim...@gmail.com on 15 Aug 2011 at 7:24