Fetch the orders completed (if any) in the current trading day.
req_completed_orders(apiOnly = FALSE, channel = NULL)
| apiOnly | Wat it do |
|---|---|
| channel | One of the following:
|
| api_only | Logical, length 1, default FALSE. If FALSE, result will include completed orders submitted via the TWS; if TRUE, then only orders submitted through the API will be included. |
* **If SYNC mode** (`channel` *not specified*)**:** * **If ASYNC mode** (*specified* `channel`)**:**
Other orders:
cancel_order(),
place_order(),
req_all_open_orders(),
req_auto_open_orders(),
req_ids(),
req_open_orders()