-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Running through Python's IDLE.
2. Previously submitted issue - API coverage tests (IBPy, not completing
either.
3. Only using for historical data at this point so no other modules are
being used or called.
4. Works fine using TWS Java sample client - data (using same request
parameters) appears fine.
What is the expected output? What do you see instead?
22-Feb-10 20:20:57 DEBUG Server Version: 46
22-Feb-10 20:20:57 DEBUG TWS Time at connection: 20100222 20:20:57 CST
<ReqHistoricalDataBefore tickerId=10, contract=<ib.ext.Contract.Contract
object at 0x30a5090>, endDateTime=20090224 11:00:00 EST, durationStr=1800
S, barSizeSetting=1 secs, whatToShow=TRADES, useRTH=0,
formatDate=1><ConnectionClosed>
<ReqHistoricalDataAfter tickerId=10, contract=<ib.ext.Contract.Contract
object at 0x30a5090>, endDateTime=20090224 11:00:00 EST, durationStr=1800
S, barSizeSetting=1 secs, whatToShow=TRADES, useRTH=0, formatDate=1>
What version of the product are you using? On what operating system?
R345 downloaded from SVN Feb-21-2010. Linux/Ubuntu 9.10 Python 2.6 - all
updates in.
Please provide any additional information below.
TWS reports incoming connection. TWS returns connection time so I'm
assuming the connection was actually made. Tried varying the sleep period
thinking I was closing connection too rapidly. The message handling loop
is not getting invoked as I've tested it by putting simple "print"
statements which never appear.Enabled filtering at "root" level. Listener
is using 'historicalData' for the con.register.
If you need any other info, let me know. Thx.
Original issue reported on code.google.com by [email protected] on 23 Feb 2010 at 2:33