109110111112113114115116117118119120
submitLimitOrder(limitOrderEntity); } catch (JMSException ex) { PlaceOrderException pe_ex = new PlaceOrderException(ex); LOGGER.error(pe_ex.getMessage(), pe_ex); throw pe_ex; } }