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()

See also

Examples

# 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