Work on separated trading engine.
This commit is contained in:
@ -38,5 +38,7 @@ public interface TradingAPI {
|
||||
|
||||
public Order createOrder(Account account, Order.Type type, double volume, double limit);
|
||||
|
||||
public Set getOrderBook(Order.Type type);
|
||||
|
||||
public Set getBidBook();
|
||||
public Set getAskBook();
|
||||
}
|
||||
|
Reference in New Issue
Block a user