A client is trying to make on demand requests to TRTH using the sample code in the C# SDK - the request is for 3 RICs for a day's worth of tick data (Time and Sales) and the download is incomplete. I suspect that the client is relying on the streaming download being sent directly to their command line display instead of downloading the .gzip file. Is there a TRTH example in C# that downloads the gzip file? The examples I have seen usually echo the data straight to the GUI (using Visual Studio or the Dss.Api.Examples.exe).
I know that there are Python examples to download (I use them) but this client seems to need C# and cannot figure it out for themselves.