NQ Futures Security Definition
When I try to place an order on NQ futures, I have defined the contract the following way, but i get the following error: Error: ?32 ? 200 ? No security definition has been found for the request
contract = Contract() contract.symbol = 'NQ' contract.secType = 'FUT' contract.exchange = 'CME' contract.currency = 'USD' contract.lastTradeDateOrContractMonth = "202412"
|