reqCurrentTime {IBrokers}R Documentation

Request The Current TWS Time

Description

Returns the current time from the TWS server, expressed as seconds since 1970-01-01 GMT.

Usage

reqCurrentTime(conn)

Arguments

conn a valid tws connection object

Value

Seconds since 1970-01-01 GMT

Author(s)

Jeffrey A. Ryan

References

Interactive Brokers www.interactivebrokers.com

Examples

## Not run: 
tws <- twsConnect()
reqCurrentTime(tws)
## End(Not run)

[Package IBrokers version 0.1-3 Index]