reqCurrentTime {IBrokers} | R Documentation |
Returns the current time from the TWS server, expressed as seconds since 1970-01-01 GMT.
reqCurrentTime(conn)
conn |
a valid tws connection object |
Seconds since 1970-01-01 GMT
Jeffrey A. Ryan
Interactive Brokers www.interactivebrokers.com
## Not run: tws <- twsConnect() reqCurrentTime(tws) ## End(Not run)