Functions named "Start API" occur in the official IB APIs but in InteractiveTradeR, this functionality is implimented implicitly by other functions such as create_new_connections(). Therefore, there is no need to ever call start_api() in InteractiveTradeR -- doing so will produce an informative error message.

start_api()

See also

Examples

start_api()
#> In InteractiveTradeR, the API function start_api() is implemented #> implicitly by other functions such as create_new_connections; #> therefore, there is no need to ever call start_api() directly.