IB: Comment on lowercase for the fqsn key

mkts_backup
Tyler Goodlet 2022-03-19 14:27:41 -04:00
parent fb2f1fa488
commit 197cad17a2
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ def normalize(
data = asdict(ticker)
# generate fqsn with possible specialized suffix
# for derivatives.
# for derivatives, note the lowercase.
data['symbol'] = data['fqsn'] = '.'.join(
(con.symbol, suffix)
).lower()