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

Files on disk contain "!ENDMSG!," #131

Closed veng1 closed 2 years ago

veng1 commented 2 years ago

I see no obvious way to avoid writing !ENDMSG!, other than create the file and delete the last line.

What am I missing?

Thank you.

mathpaquette commented 2 years ago

What are you doing more specifically?

mathpaquette commented 2 years ago

Please check this example. https://github.com/mathpaquette/IQFeed.CSharpApiClient/blob/master/src/IQFeed.CSharpApiClient.Examples/Examples/BasicFileHistorical/BasicFileHistoricalExample.cs#L35