I am trying to pull in options market data for a number of different products. Based
on the number of strikes I'm pulling in, if I open the sheet at the beginning of the
day, I blow through IB's 50 subscriptions per second limit, and break my market data.
I've tried using VBA code to "turn-on" each strike one by one, but the problem is it
doesn't actually update the quote until the macros exits, hitting the same issue.
How are people handling more than 50 RTD links in their Excel code?
Thanks
on the number of strikes I'm pulling in, if I open the sheet at the beginning of the
day, I blow through IB's 50 subscriptions per second limit, and break my market data.
I've tried using VBA code to "turn-on" each strike one by one, but the problem is it
doesn't actually update the quote until the macros exits, hitting the same issue.
How are people handling more than 50 RTD links in their Excel code?
Thanks