This commit is contained in:
vn.py 2019-06-05 18:09:10 +08:00
parent 04cb7df3e9
commit 1f5a57c2c7

View File

@ -75,6 +75,11 @@ class RqdataClient:
if word.isdigit(): if word.isdigit():
break break
# Check for index symbol
time_str = symbol[count:]
if time_str in ["88", "888", "99"]:
return symbol
# noinspection PyUnboundLocalVariable # noinspection PyUnboundLocalVariable
product = symbol[:count] product = symbol[:count]
year = symbol[count] year = symbol[count]