当一个完整的OrderBook第一次到达时,然后是增量更新。因此,我得到了包含所有更改的完整OrderBook。private final Map<Instrument, OrderBook> orderBookMap = new HashMap<>();
orderBookMap.put(instrument, orderBoo
/** Trait defining the interface for an `OrderBook`.* @tparam CC type of collection used to store `Order` instances.trait OrderBook[O <: Order,CC <: collection.GenMap[UUID, O]] {
/** All `Orders` contained in an `OrderBook` should be for thesa