Removed ua function

This commit is contained in:
7u83 2017-04-07 22:49:21 +02:00
parent 3c0e553c68
commit 26aa4385f5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class RandomTraderA extends AutoTraderBase implements AccountListener {
// System.out.printf("Enter TimerTask for %d / %d\n", System.identityHashCode(this), Thread.currentThread().getId());
sesim.Exchange.Account a = se.getAccount(account_id);
// System.out.printf("Have Account %d\n", Thread.currentThread().getId());
Globals.se.ua(a);
// Globals.se.ua(a);
long rc = this.doTrade();
setStatus("Sleeping for %d ms", rc);
return rc;