Assigning name
This commit is contained in:
parent
5a49ef7b13
commit
35563f19c3
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user