Added an order book getter to the OrderBook class
This commit is contained in:
parent
e786e0ca31
commit
7eef0e9c1c
1 changed files with 4 additions and 0 deletions
|
@ -132,4 +132,8 @@ public class OrderBook {
|
|||
}
|
||||
return obtainedBase;
|
||||
}
|
||||
|
||||
public List<LimitOrder> getLimitOrders(){
|
||||
return limitOrders;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue