final TextValue symbolName = message.getSymbolName();
final PriceValue priceStep = message.getPriceStep();
final PriceValue pointValue = message.getPointValue();
// TODO add more complete flag support?
final DDF_Condition condition = message.getCondition();
final DDF_QuoteState state = message.getState();
final DDF_QuoteMode mode = message.getMode();
/** Handle quote publish state */
{