diff --git a/piker/brokers/questrade.py b/piker/brokers/questrade.py index 08b164d6..dea7b1ef 100644 --- a/piker/brokers/questrade.py +++ b/piker/brokers/questrade.py @@ -477,10 +477,13 @@ _qt_keys = { # 'delay': 'delay', # as subscript 'p' } +# BidAskLayout columns which will contain three cells the first stacked on top +# of the other 2 _bidasks = { 'last': ['bid', 'ask'], 'size': ['bsize', 'asize'], 'VWAP': ['low', 'high'], + 'mktcap': ['vol', '$ vol'], }