place_order | R Documentation |
Sends an order to IB's servers to buy or sell a financial instrument.
place_order(
contract,
order,
deltaNeutralContract = NULL,
softDollarTier = NULL,
channel = NULL,
non_master_override = TRUE
)
contract |
Named character vector of contract parameter(s). The name of each element identifies the parameter – for example, |
order |
describe that |
deltaNeutralContract |
that too |
softDollarTier |
and that |
channel |
One of the following:
|
non_master_override |
finally that |
Other orders:
cancel_order()
,
req_all_open_orders()
,
req_auto_open_orders()
,
req_completed_orders()
,
req_ids()
,
req_open_orders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.