gkatsQT / ibpy

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

reqHistoricalData - Had to change Bar Size to string #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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%).

Original issue reported on code.google.com by holdi...@gmail.com on 22 Jan 2008 at 2:58

GoogleCodeExporter commented 8 years ago
Confirmed -- seems that the API no longer accepts "parameterized" barsize 
values,
only strings.

Original comment by troy.mel...@gmail.com on 12 May 2008 at 9:19