IB: Comment on lowercase for the fqsn key

broker_bumpz
Tyler Goodlet 2022-03-19 14:27:41 -04:00
parent 957686a9fe
commit 8395a1fcfe
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()