Re: [R-SIG-Finance] IBrokers - reqOpenOrders and placeOrder not working anymore

2012-05-17 Thread G See
Checkout the code with svn and build it yourself. The current version is 0.9-7 On linux or mac, you'd do something like this svn checkout http://ibrokers.googlecode.com/svn/trunk/ ibrokers That will checkout the code into a directory called ibrokers. Then you can R --vanilla CMD

Re: [R-SIG-Finance] IBrokers - reqOpenOrders and placeOrder not working anymore

2012-05-11 Thread G See
FWIW, I have the opposite problem. When connected with a live account, I see: tws - twsConnect() tws$nextValidId [1] 1 But, with the demo account, the account number is being stored in nextValidId: tws - twsConnect() tws$nextValidId [1] DU123456 # But, I changed the actual account number

Re: [R-SIG-Finance] IBrokers - reqOpenOrders and placeOrder not working anymore

2012-05-11 Thread G See
Oops. I was on an old revision. After updating to the version in the repo (http://code.google.com/p/ibrokers), all is well. Garrett On Fri, May 11, 2012 at 5:26 PM, G See gsee...@gmail.com wrote: FWIW, I have the opposite problem.  When connected with a live account, I see: tws -

Re: [R-SIG-Finance] IBrokers - reqOpenOrders and placeOrder not working anymore

2012-05-11 Thread Jeff Ryan
Try updating to the newest googlecode version. A change in IB response. Jeff Jeffrey Ryan|Founder|jeffrey.r...@lemnica.com www.lemnica.com On May 11, 2012, at 5:26 PM, G See gsee...@gmail.com wrote: FWIW, I have the opposite problem. When connected with a live account, I