|
|
This documentation is now deprecated. Please switch to the IBKR Campus for up-to-date information regarding IBKR's API solutions. |
10-15 minute delayed streaming data is available for many types of instruments without market data subscriptions. By default, the API is in the real time market data mode, so the function IBApi::EClient::reqMktData will request real time data. To switch to delayed streaming data, the function IBApi::EClient::reqMarketDataType must be invoked with a parameter of 3 (for delayed) or 4 (for delayed-frozen) quotes, see also Market Data Types. Subsequent calls to IBApi::EClient::reqMktData will then result in requests for delayed data which will be returned to the delayed tick types Available Tick Types. If live data is available, it will always be returned instead of delayed data.