joshuaulrich/IBrokers

reqMkdData snapshot not working

Closed this issue · 1 comments

Description

reqMkdData snapshot not working

Expected behavior

Simple snapshot generation throws this error
Error in reqMktData(tws, contract, snapshot = T) :
Snapshot not working (?)

Minimal, reproducible example

contract <- twsEquity("QQQQ","SMART","ISLAND")
reqMktData(tws, contract, snapshot = T)

Session Info

[Insert your sessionInfo() output]

On a more general level, is this package working with the latest API?

Thanks for the report! I added that error when I was trying to merge these insane PR changes because I couldn't confirm snapshots were working at the time.

On a more general level, is this package working with the latest API?

No, IBrokers does not support the latest TWS API versions. See rib for an alternative and up-to-date implementation of the latest API versions.