fix reset total balance and profit when price is changing
This commit is contained in:
@@ -111,6 +111,8 @@ public class RoutersController {
|
|||||||
|
|
||||||
public void removeAll(){
|
public void removeAll(){
|
||||||
tblOrders.getItems().clear();
|
tblOrders.getItems().clear();
|
||||||
|
totalBalance.setValue(balance.getValue());
|
||||||
|
totalProfit.setValue(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user