Stack the mktcap + volumes
parent
6a66b056c8
commit
0c3bfb9e9e
|
@ -477,10 +477,13 @@ _qt_keys = {
|
||||||
# 'delay': 'delay', # as subscript 'p'
|
# 'delay': 'delay', # as subscript 'p'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# BidAskLayout columns which will contain three cells the first stacked on top
|
||||||
|
# of the other 2
|
||||||
_bidasks = {
|
_bidasks = {
|
||||||
'last': ['bid', 'ask'],
|
'last': ['bid', 'ask'],
|
||||||
'size': ['bsize', 'asize'],
|
'size': ['bsize', 'asize'],
|
||||||
'VWAP': ['low', 'high'],
|
'VWAP': ['low', 'high'],
|
||||||
|
'mktcap': ['vol', '$ vol'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue