IQFeed.CSharpApiClient icon indicating copy to clipboard operation
IQFeed.CSharpApiClient copied to clipboard

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available

Results 27 IQFeed.CSharpApiClient issues
Sort by recently updated
recently updated
newest added

#122 issue can cause app crash if one uses GetIntervalMessagesWithRequestId api method. SocketAsyncEventArgs.Completed event handler doesn't have any try-catch blocks. That is why exception thrown by ParseWithRequestId crashes all application.

Calling `ReqWatchList` produces exceptions: ``` Unhandled exception. [System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to...

bug
good first issue

There should be a resharper solution/projects configuration for the refactoring rules based on the current styling to make contribution easier. This is essential if there will be contribution guidelines in...

enhancement

I'm not too fond of putting my IQfeed login and password in code like appconfig nor do I want to add it to the environment. It seems easier to use...

enhancement

There is no way to know if a client is connected, disconnected or suddenly lost connection. There is a heavy need for: * Event for connection state change. * Property...

architecture

i am trying to get 1000 tick bar interval using Streaming.Derivative . using the below code but it seems i cant get the right paramater for teh BW call ,...

Hi, This PR includes PR https://github.com/mathpaquette/IQFeed.CSharpApiClient/pull/162 I added an option to set the MaxPriceLevels retrieved when requesting level 2 market data by prices. It's a built in option in the...

Hi, Fixed the PriceLevelDeleteMessage ctor not copying the `side` parameter to the `Side` property Also added/updated tests. Ami