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 On Tue, Nov 16, 2010 at 10:45 AM, Astor <[email protected]> wrote: > >Edit -> Global Configuration -> API -> Enter 127.0.0.1 (or whatever) > >in the Trusted IP Address list > > This will still require you to login to TWS before you can run JBT. > > There is an open source program, I think it is called IBStart or something > like that. I have not used the program myself, but read the description and > it appears to be able to open the TWS automatically. > -- 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.
