Better control pannel
This commit is contained in:
@ -8,7 +8,7 @@ import SeSim.Order.OrderStatus;
|
||||
public class Exchange extends Thread {
|
||||
|
||||
/**
|
||||
* Histrory of all quotes
|
||||
* Histrory of quotes
|
||||
*/
|
||||
public ArrayList<Quote> quoteHistory;
|
||||
|
||||
|
@ -2,7 +2,7 @@ package SeSim;
|
||||
|
||||
public abstract class Trader {
|
||||
|
||||
String name = null;
|
||||
public String name = null;
|
||||
|
||||
public abstract void trade();
|
||||
public Account account = new Account();
|
||||
|
Reference in New Issue
Block a user