inst/startIBData.r

require(IBData)
port <- 7789L
clientId <- 2L
client <- eClient$new(eWrapperGenerator=eWrapper.IBData, clientId=clientId, wrapperArgs=list(port=port,startServer=TRUE))

# Connect client to TWS, and start main client listen event loop
client$connect()
client$run()

Try the IBData package in your browser

Any scripts or data that you put into this service are public.

IBData documentation built on May 2, 2019, 4:53 p.m.