Use `MktPair` attr `.size_tick` in charting
							parent
							
								
									963523359c
								
							
						
					
					
						commit
						ca752bea8c
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue