Hello All,
Whenever I call to IsSymbolValid() the return value is always "1" even when the symbol is nonsense.
For Example:
int iValid = eSignal.IsSymbolValid("MSFTTTTT");
always returns a "1" when is should be returning "0".
Do I need to make another call for this symbol prior to checking validity?
Thanks,
-tomas
Whenever I call to IsSymbolValid() the return value is always "1" even when the symbol is nonsense.
For Example:
int iValid = eSignal.IsSymbolValid("MSFTTTTT");
always returns a "1" when is should be returning "0".
Do I need to make another call for this symbol prior to checking validity?
Thanks,
-tomas
Comment