Use `MktPair` attr `.size_tick` in charting

rekt_pps
Tyler Goodlet 2023-03-22 11:41:39 -04:00
parent 7498cbb5f4
commit 2454dda18f
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class GodWidget(QWidget):
if symbol is not None: if symbol is not None:
self.window.setWindowTitle( self.window.setWindowTitle(
f'{symbol.fqme} ' f'{symbol.fqme} '
f'tick:{symbol.tick_size}' f'tick:{symbol.size_tick}'
) )
return order_mode_started return order_mode_started