Primary exchange can never be "smart"
parent
04004525c1
commit
3aa72abacf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue