<%=orderData.getOrderID()%> |
<%=orderData.getOrderStatus()%> |
<%=orderData.getOpenDate()%> |
<%=orderData.getCompletionDate()%> |
<%=orderData.getOrderFee()%> |
<%=orderData.getOrderType()%> |
<%=FinancialUtils.printQuoteLink(orderData.getSymbol())%> |
<%=orderData.getQuantity()%> |
<%=orderData.getPrice()%> |
<%=orderData.getPrice().multiply(
new BigDecimal(orderData.getQuantity()))%> |
<%}
%>