Added an order book getter to the OrderBook class
This commit is contained in:
parent
42d5cb68eb
commit
0a4c0c0c9d
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