Hi, hope someone with more experience could help me on this. I am having trouble with getting the market/historical data for ZN in the Interactivebrokers TWS c-api ( have no problem with other futures).
My setup is
Contract c;
c.symbol="ZN";
C.secType = *SecType::FUT;
C.exchange = *Exchange::E_CBOT;
C.primaryExchange = *Exchange::E_CBOT;
C.expiry="201306";
The error message that I got is
"200 = Invalid destination exchange specified"
Many thanks
My setup is
Contract c;
c.symbol="ZN";
C.secType = *SecType::FUT;
C.exchange = *Exchange::E_CBOT;
C.primaryExchange = *Exchange::E_CBOT;
C.expiry="201306";
The error message that I got is
"200 = Invalid destination exchange specified"
Many thanks