Primary exchange can never be "smart"

fix_forex
Tyler Goodlet 2022-07-13 12:39:23 -04:00
parent 04004525c1
commit 3aa72abacf
1 changed files with 3 additions and 1 deletions

View File

@ -644,8 +644,10 @@ class Client:
exch = 'SMART'
else:
exch = 'SMART'
# XXX: order is super important here since
# a primary == 'SMART' won't ever work.
primaryExchange = exch
exch = 'SMART'
con = ibis.Stock(
symbol=sym,