IQFeed.CSharpApiClient
IQFeed.CSharpApiClient copied to clipboard
IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
I bought IQFeed API access already. Can I use IQFeed.CSharpApiClient on AWS or MacOS with Python without having to install the exe?
Hey, I have the following test program that I can run when the market is open. It downloads 10 current trades for "AAPL": ``` using IQFeed.CSharpApiClient; using IQFeed.CSharpApiClient.Lookup; using System.Diagnostics;...
Hello. Sometimes there is an error in SocketClient that causes my system to crash. Problem is with the method ProcessReceive line 123. This method throws ObjectDisposedException which is not handled....
Hello, trying to work with hourly data: ``` #retrieve iqfeed last 84 000 rows of pair by iqfeed_api # Dynamically add IQFeed.CSharpApiClient DLL assembly_path = r"C:\Users\xxxxx\Desktop\xxxx\iqfeed.csharpclient_dll" import sys sys.path.append(assembly_path) #...
hi, when using the csharp plugin with Python is there any way to set !ENDMSG!, to false? Now when I download a day of historical data it puts this message...
How can I detect a disconnected client and trigger some function? Goal being to periodically try reconnecting and processing. Would be great to have it try to automatically reconnect at...
Would it possible to add to the documentation an appendix with the meaning of the trade conditions, as already done by other packages? Thanks in advance and keep up the...