SumZeroTrading icon indicating copy to clipboard operation
SumZeroTrading copied to clipboard

Interactive Brokers HMDS query returned no data

Open rterp opened this issue 8 years ago • 1 comments

Properly handle error message from IB: Quote engine error: id='43' errorCode='162' message='Historical Market Data Service error message:HMDS query returned no data: GOOGL@SMART Trades'

Currently the call to request the historical data will continue to block as it doesn't recognize this is an error condition. The call should throw an exception back to the caller, and the caller can decide if they want to query for the historical data again.

rterp avatar Feb 15 '17 13:02 rterp

Hello, was it solved? I am having this issue. I get an error as there are no historical data for the contract I am asking. But I would like my code running and to not stop. Any solutions?

stimoumi avatar Jun 15 '20 21:06 stimoumi