R/active_connection_parameters.R
active_connection_parameters.RdReturn a tibble that prints nicely and contains the connection info that InteractiveTradeR is currently using to to interface with the Interactive Brokers TWS / IBG application.
active_connection_parameters()
Other utilities:
clean_slate(),
create_new_connections(),
disconnect(),
read_sock_drawer(),
socks(),
start_api(),
sync_timeout()
# Fetch the current timeout setting for SYNC functions (in seconds): sync_timeout()#> [1] 5# Set the time out setting for SYNC functions to 10 seconds: sync_timeout(10) # Fetch the new setting: sync_timeout()#> [1] 10