View source: R/active_connection_parameters.R
active_connection_parameters | R Documentation |
Return 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()
# Set the time out setting for SYNC functions to 10 seconds:
sync_timeout(10)
# Fetch the new setting:
sync_timeout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.