Hi There,
I have discovered that calling eSignalHooks.get_RequestHistory(...) with a ticker that has no activity (and hence, no data), I never receive a callback, and and immediate check of eSignalHooks.get_IsHistoryReady(handle) returns false.
This is causing me to never know that there is a "No Data" condition like what is displayed in the application.
For instance, the symbol "SHMI" is valid, yet, there is no data available at least for the past 6 months.
Does anyone know of a way to test for the "No Data" condition? The desktop application returns immediately with "No Data", but in my code, the callbacks never fire and the immediate check for HistoryReady says FALSE.
Best regards,
-Sean
I have discovered that calling eSignalHooks.get_RequestHistory(...) with a ticker that has no activity (and hence, no data), I never receive a callback, and and immediate check of eSignalHooks.get_IsHistoryReady(handle) returns false.
This is causing me to never know that there is a "No Data" condition like what is displayed in the application.
For instance, the symbol "SHMI" is valid, yet, there is no data available at least for the past 6 months.
Does anyone know of a way to test for the "No Data" condition? The desktop application returns immediately with "No Data", but in my code, the callbacks never fire and the immediate check for HistoryReady says FALSE.
Best regards,
-Sean
Comment