You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: