rs.getDouble("change1"));
return quoteData;
}
private OrderDataBean getOrderDataFromResultSet(ResultSet rs) throws Exception {
OrderDataBean orderData = null;
orderData =
new OrderDataBeanImpl(new Integer(rs.getInt("orderID")), rs.getString("orderType"),
rs.getString("orderStatus"), rs.getTimestamp("openDate"), rs.getTimestamp("completionDate"), rs
.getDouble("quantity"), rs.getBigDecimal("price"), rs.getBigDecimal("orderFee"), rs