" " + message.getSession() + " " + message.getTradeDay().toString() + " "
+ message.getInstrument().get(InstrumentField.SYMBOL).toString());
case ASK_LAST_PRICE:
final DefBookEntry topAskPrice = new DefBookEntry(MODIFY, ASK,
DEFAULT, ENTRY_TOP, price, top.side(ASK).size());
applyTop(topAskPrice, time, market);
return null;
case ASK_LAST_SIZE:
final DefBookEntry topAskSize = new DefBookEntry(MODIFY, ASK,