100101102103104105106107
} } // If market price has changed are a result of this run, publish the new price if (!marketPrice.getPrice().eq(preMatchingPrice)) { marketDataEventPublisher.publish(new MarketPriceChanged(marketPrice)); } }