Export to GitHub

ibpy - issue #5

reqHistoricalData - Had to change Bar Size to string


Posted on Jan 22, 2008 by Swift Kangaroo

What steps will reproduce the problem? 1.demo/reference_python reqHistoricalData 2. 3.

What is the expected output? What do you see instead? accept the request. It complained about Bar Size that isn't acceptable. I changed the integer 'BarSize' field to a string like "15 secs" and that fixed it. (also had to change the date so it was less than a year out).

What version of the product are you using? On what operating system? latest svn code.

Please provide any additional information below. maybe a problem with my setup (api_coverage only says I have 29%).

Comment #1

Posted on May 12, 2008 by Grumpy Bird

Confirmed -- seems that the API no longer accepts "parameterized" barsize values, only strings.

Status: WontFix

Labels:
Type-Defect Priority-Medium