Like this: opt<-reqContractDetails(tws,twsOption(local="", expiry="20111021",right="",symbol="UCO"))

This is unusably slow. Is this because of IB? Any suggestions on how to get an option chain returned in less than 10 minutes?

thanks

link|improve this question

0% accept rate
feedback

1 Answer

Get a better ISP?

> tws <- twsConnect()
> system.time(opt<-reqContractDetails(tws,twsOption(local="", expiry="20111021",right="",symbol="UCO")))
   user  system elapsed 
   0.07    0.00    0.17 
> twsDisconnect(tws)
link|improve this answer
Ug. My mistake, I posted incomplete code. That just pulls contract details. I have a loop that gets the price for each contract. I will post it later. – Pauly Oct 7 '11 at 17:09
I updated this here... stackoverflow.com/questions/8355032/… – Pauly Dec 2 '11 at 10:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.