66676869707172
} } resortBuySide(); resortSellSide(); // signal that there was an update. super.orderBookEvent(new OrderBookUpdated()); }
8485868788899091
// set the working timestamp. order.setWorkingTimeStamp(vex.currentExchangeTime()); } // signal that there was an update. super.orderBookEvent(new OrderBookUpdated()); }
979899100101102103104
} else if (order.getOrderSide().equals(OrderSide.SELL)) { sellSide.remove(order); resortSellSide(); } // signal that there was an update. super.orderBookEvent(new OrderBookUpdated()); }
146147148149150151152153
sellSide.set(index, newOrder); resortSellSide(); } } // signal that there was an update. super.orderBookEvent(new OrderBookUpdated()); }