View source: R/reqCurrentTime.R
reqCurrentTime | R Documentation |
IB's current time. TWS or IB Gateway is synchronized with the server (not local computer) using NTP and this function will receive the current time in TWS.
reqCurrentTime(ib_con)
ib_con |
a valid tws connection. |
returns the current time of the IB server
## Not run: ib_con <- ib_connect() reqCurrentTime(ib_con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.