sync_timeout | R Documentation |
Set or retrieve the number of seconds that API calls in Sync Mode will wait for a response from the IB app before giving up. The default value is set to 5 seconds.
sync_timeout(timeout)
timeout |
Numeric, length 1, specifying the time in seconds that API calls made in Sync
Mode will wait for a response from IB before giving up. The default value is
5 seconds. |
Other utilities:
active_connection_parameters()
,
clean_slate()
,
create_new_connections()
,
disconnect()
,
read_sock_drawer()
,
socks()
,
start_api()
# 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.