mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
120 stars 43 forks source link

Support of new IqFeed version 6.2 #133

Closed u1035 closed 2 years ago

u1035 commented 2 years ago

Hello! Thank you for your work!

There is new version released September 20th, 2021 - seems like some changes needs to be made. I got "File not found" exception somewhere inside IQFeedLauncher.Start() - but didn't investigate it deeper yet.

mrut2pac commented 2 years ago

64bit! - IQConnect (the main feed component) and all display apps are now 64bit. We will no longer distribute 32bit versions of these core IQFeed components. This also requires a change to installation practices for IQFeed so if your app is using a hard coded IQFeed path to launch the feed, this will need updating. This should be the cause. Most likely.

Regards, Vardan

On Sep 23, 2021, at 8:50 AM, u1035 @.***> wrote:

 Hello! Thank you for your work!

There is new version released September 20th, 2021 - seems like some changes needs to be made. I got "File not found" exception somewhere inside IQFeedLauncher.Start() - but didn't investigate it deeper yet.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mathpaquette commented 2 years ago

duplicated #61