Drop symbol token size =6 check

epoch_index_backup
Tyler Goodlet 2022-12-21 10:50:52 -05:00
parent aaf8754776
commit 03300549c2
1 changed files with 0 additions and 4 deletions

View File

@ -510,10 +510,6 @@ class Client:
'''
ticker = cls._ntable[ticker]
symlen = len(ticker)
if symlen != 6:
raise ValueError(f'Unhandled symbol: {ticker}')
return ticker.lower()