public OrderBook() { this.bidList = new OrderBookEntryList(); this.askList = new OrderBookEntryList(); }