Interface improved

This commit is contained in:
7u83
2017-01-12 01:44:50 +01:00
parent 80e48e1ee0
commit 68d7925f82
2 changed files with 105 additions and 90 deletions

View File

@ -54,9 +54,9 @@ public class RandomTrader extends AutoTrader {
long event(){
System.out.print("Hello world Iam a trader\n");
this.cancelOrders();
return this.cancelOrders();
// doBuy();
return 10000;
}
@ -142,13 +142,12 @@ public class RandomTrader extends AutoTrader {
System.out.print("Killing: "+od.id+"\n");
}
}
else{
doBuy();
}
doBuy();
return 10000;
return 15000;
}