I would like to get historical execution data for the past n days (up to 60 days) through IBrokers package in R. Is this even possible via reqExecutions()? I have seen some examples, such as that posted at RMetrics. Sorry to cross-list in a sense...
If there is not an approach via IBrokers, is there another way to access this data and pull it into R for analytics?
Thanks-
tws <- ibgConnect()
id <- reqIds(tws)
reqExecutions(tws, reqId = as.character(.Last.orderId),
ExecutionFilter = twsExecutionFilter(clientId=id))