View source: R/req_completed_orders.R
| req_completed_orders | R Documentation |
Fetch the orders completed (if any) in the current trading day.
req_completed_orders(apiOnly = FALSE, channel = NULL)
apiOnly |
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. |
channel |
One of the following:
|
* **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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.