Hi,
I'm developing a C# app to work with the REDI API, and I've used your example as a starting point:
https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/tree/master/REDIConsoleOrders
When I monitor the CacheControl events that are triggered, I see numerous events with Action == 7:
But this is surprising, since the documentation doesn't describe such an action:
So my question is: What is Action 7? What does it mean? And do you have another document that includes this information? (The document I have is redi_api_specification_6.pdf).
Thanks in advance,
Patrick