Learn R Programming

IBrokers (version 0.10-2)

twsConnectionTime: TWS API Utility Functions

Description

General API utility functions.

Usage

twsConnectionTime(con)

serverVersion(con)

Value

The requested value.

Arguments

con

a twsConnection object

Author

Jeffrey A. Ryan

Details

This is simply extracted from the twsConnection object. No API request is made.

References

Interactive Brokers LLC https://www.interactivebrokers.com/

See Also

twsConnect

Examples

Run this code
if (FALSE) {
twsConnectionTime(con)
serverVersion(con)
}

Run the code above in your browser using DataLab