Stack the mktcap + volumes

kivy_mainline_and_py3.8
Tyler Goodlet 2018-11-13 18:41:58 -05:00
parent 6a66b056c8
commit 0c3bfb9e9e
1 changed files with 3 additions and 0 deletions

View File

@ -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'],
}