IB: Comment on lowercase for the fqsn key
parent
957686a9fe
commit
8395a1fcfe
|
@ -1301,7 +1301,7 @@ def normalize(
|
||||||
data = asdict(ticker)
|
data = asdict(ticker)
|
||||||
|
|
||||||
# generate fqsn with possible specialized suffix
|
# generate fqsn with possible specialized suffix
|
||||||
# for derivatives.
|
# for derivatives, note the lowercase.
|
||||||
data['symbol'] = data['fqsn'] = '.'.join(
|
data['symbol'] = data['fqsn'] = '.'.join(
|
||||||
(con.symbol, suffix)
|
(con.symbol, suffix)
|
||||||
).lower()
|
).lower()
|
||||||
|
|
Loading…
Reference in New Issue