Greetings again,
In my app before attempting to request historical data from eSignal I first check for a user's credentials (IsEntitled) and then for supplied symbol to be valid (IsValidSymbol). But I think I need to cover one more scenario that is a combination of the first two. Let's say you have basic eSignal subscription with no access to Forex data. If you about to request data for Euro, IsValidSymbol() will be success but nothing good will come out from calling get_RequestHistory() and expecting OnBarsReceived() to kick in.
Is there a way to check if a user entitled for a particular market instrument before reuqesting a history?
Regards.
In my app before attempting to request historical data from eSignal I first check for a user's credentials (IsEntitled) and then for supplied symbol to be valid (IsValidSymbol). But I think I need to cover one more scenario that is a combination of the first two. Let's say you have basic eSignal subscription with no access to Forex data. If you about to request data for Euro, IsValidSymbol() will be success but nothing good will come out from calling get_RequestHistory() and expecting OnBarsReceived() to kick in.
Is there a way to check if a user entitled for a particular market instrument before reuqesting a history?
Regards.
Comment