The Traderszone Network

Published in TZ Latest News 20 May, 2017 by The TZ Newswire Staff

IB API Option Contract error 200: No security definition has been found for the request

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…

read more