Learn R Programming

IBrokers (version 0.10-2)

reqCurrentTime: Request The Current TWS Time

Description

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

Usage

reqCurrentTime(twsconn)

Value

Seconds since 1970-01-01 GMT

Arguments

twsconn

a valid tws connection object

Author

Jeffrey A. Ryan

References

Interactive Brokers https://www.interactivebrokers.com

Examples

Run this code
if (FALSE) {
tws <- twsConnect()
reqCurrentTime(tws)
}

Run the code above in your browser using DataLab