Assigning name

This commit is contained in:
7u83 2017-02-05 10:00:42 +01:00
parent 5a49ef7b13
commit 35563f19c3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public abstract class AutoTrader implements Scheduler.TimerTask {
account_id = se.createAccount(money, shares);
this.se = se;
this.config = config;
this.name = "";
this.name = name;
this.id=id;
}