Account improved

divided into interface and implementation
This commit is contained in:
7u83
2019-01-14 08:43:24 +01:00
parent 703fe209b2
commit f5552c7b5b
21 changed files with 533 additions and 413 deletions

View File

@ -36,7 +36,7 @@ public interface TradingAPI {
public void addOrderBookListener(EventListener listener);
public Order createOrder(Account account, Order.Type type, double volume, double limit);
public Order createOrder(AccountImpl account, Order.Type type, double volume, double limit);
public Set getBidBook();