@section('content') @section('sub_menu') @include('trade/menu') @stop
Only orders that are open and not older than 10 days will be returned.
| Ticker | Order Type | Requested Dollar Amount | Requested Price | Commission | Date | {{ (!Input::get('openOnly') || Input::get('openOnly') == 'false')?'':'' }} |
|---|---|---|---|---|---|---|
| {{ $order->securityOrders[0]->security->ticker }} | {{ ($order->orderType == 'D')?'Direct':'Window' }} | ${{ $order->securityOrders[0]->requestedDollarAmount }} | ${{ $order->securityOrders[0]->requestedPrice }} | ${{ $order->securityOrders[0]->commission }} | {{ date("m/d/Y", strtotime($order->creationDate)) }} | {{ (!Input::get('openOnly') || Input::get('openOnly') == 'false' )?'Cancel order | ':'' }}