I am trying to replicate my TWS Market scanner in the TWS API, but I cannot find how to include the universe filter for CORP stocks (i.e. single company stocks not including ADRs/ETFs/ETNs/etc.) in the API.?
I found the scanner parameter I want to use in line 19477 of the "scanner_parameters.xml" file generated by reqScannerParameters(), but I can't find how to use this field from the API docs. The examples in the docs at ?use Instrument, LocationCode, Scancode and Tag fields, but as far as I can tell, the "inc:CORP" field does not correspond to any of those fields.
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<ComboValue>
<code>inc:CORP</code>
<displayName>CORP</displayName>
<tooltip>Corporation</tooltip>
<default>false</default>
<syntheticAll>false</syntheticAll>
</ComboValue>
Would really appreciate any help/pointers anyone can provide on implementing this scanner.filter.ComboField parameter