You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in if (curMsg != .twsIncomingMSG$CONTRACT_DATA) { :
argument is of length zero
In addition: Warning message:
In writeBin(as.character(request), con) : problem writing to connection
but running the exact same code with IBrokers version 0.9-12 works without issues.
The text was updated successfully, but these errors were encountered:
Description
In the new version of IBrokers I can't seem to get reqContractDetails to work with futures.
Minimal, reproducible example
If I run the following code
I get an error that says:
but running the exact same code with IBrokers version 0.9-12 works without issues.
The text was updated successfully, but these errors were encountered: