Gregory Scott Burd wrote: > Thanks Astor, > > That pushed me in the right direction. After a bit of hunting I found: > http://code.google.com/p/ibpy/ """ IbPy is a third-party implementation of > the API used for accessing the Interactive Brokers on-line trading system. > IbPy implements functionality that the Python programmer can use to connect > to IB, request stock ticker data, submit orders for stocks and futures, and > more. """ That looks like the blueprints to building a Java version so we > can finally eliminate the need for the IB TWS GUI. > > thanks! > > -greg
I believe IbPy is just a python implementation of the API which connects to TWS or Gateway I believe Astor was referring to IBController, which is a wrapper around TWS/Gateway that automatically changes the automatic logoff time so that TWS will stay up for days without a forced disconnect. The authors of IBGateway hang around on this list http://finance.groups.yahoo.com/group/TWSAPI/ -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
