I'm calling reqMktData() for Aussie 10yr future and getting the following error msg:
Error id=1, errorCode=2121, msg=Warning: XT product is trading on the basis other than currency price
I've checked the IB reference material and there is no mention of errorCode 2121. Any ideas?
Contract XT;
XT.conId = 129300182;
XT.symbol = "XT";
XT.secType = "FUT";
XT.multiplier = "1000";
XT.exchange = "SNFE";
XT.currency = "AUD";
XT.localSymbol = "XTZ3";
m_pClient->reqMktData( m_tickerId, XT, "", 1 );
Error id=1, errorCode=2121, msg=Warning: XT product is trading on the basis other than currency price
I've checked the IB reference material and there is no mention of errorCode 2121. Any ideas?
Contract XT;
XT.conId = 129300182;
XT.symbol = "XT";
XT.secType = "FUT";
XT.multiplier = "1000";
XT.exchange = "SNFE";
XT.currency = "AUD";
XT.localSymbol = "XTZ3";
m_pClient->reqMktData( m_tickerId, XT, "", 1 );