param = mgr.sellEnhanced(sellEnhanced.getUserID(), sellEnhanced.getHoldingID(), sellEnhanced.getQuantity());
} catch (DAOException e) {
logger.debug("", e);
throw new RuntimeException(e);
}
SellEnhancedResponse response = new SellEnhancedResponse();
response.setSellEnhancedReturn(param);
return response;
}