Hi,
I downloaded sample solution from
https://github.com/mathpaquette/IQFeed.CSharpApiClient.Here is the App.config.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="IQConnect:login" value=""/>
<add key="IQConnect:password" value=""/>
<add key="IQConnect:product_id" value=""/>
<add key="IQConnect:product_version" value="6.2.0.25"/>
</appSettings>
</configuration>
I have my account with IQFeed.
In order to run the sample console, what product_id that I can use to fill out? Thanks.
Bozhi