Joined: |
Mar 4, 2024 09:52 PM |
Last Post: |
Mar 4, 2024 09:57 PM |
Last Visit: |
Mar 4, 2024 09:57 PM |
Website: |
|
Location: |
Australia |
Occupation: |
Developer |
Interests: |
Develop application for Azure |
Avatar: |
Learner
|
|
AIM: |
|
ICQ: |
|
MSN IM: |
|
Yahoo IM: |
|
|
bozhiqian has contributed to 1 posts out of 21251 total posts
(0.00%) in 387 days (0.00 posts per day).
20 Most recent posts:
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
|
|