Skip to content
Keith McDonnell edited this page Sep 22, 2012 · 2 revisions

Realtime Data

 

IB documentation:

N.B. use ASK price only for all data (ie not midpoint/bid)

Subscribe to 15 second market data for NDX10 (top 10 Nasdaq stocks)

Store NDX10 data in Deque of max 4 slots (one for each 15 seconds)

When new data comes in & deque is full, remove the oldest data & notify subscriber.

Clone this wiki locally