Anyone able to pull the June 16 option chain on AVGO? That and some other tickers were working a few days ago, but now is erroring out. Here are my params:
Contract contract = new Contract();
contract.m_symbol = “AVGO”;
contract.m_secType = “OPT”;
contract.m_multiplier = “100”;
contract.m_exchange = “SMART”;
contract.m_currency = “USD”;
contract.m_expiry = “20170616”;
ID: 5 ErrorCode: 200 Message: No security definition has…