I would like to use the .NET API to get a stream of Time & Sales data in my console, like the one visible in the Eikon TAS app ( see "t-s Eikon.png" screenshot attached).
I downloaded and installed the " .NET API for Custom application " , and download the Usage Example for real time data. I tried to adapt it for my needs.
In particular I'm interested in the fields
1) "Traded Volume"
2) "Bid Size"
3) "Ask Size"
4) "Trade Flags"
I guess I need to use the "ComplexRequestAndSubscriptionExample" (is this the case?) and I tried to modify it but when I launch it, the console opens up and only one data point is displayed.
Another problem is that I cannot visualize the Traded Volume field nor the Traded Flags (shown in the EIKON TAS screenshot attached).
Thanks for your help.