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:
![image](https://us.v-cdn.net/6038239/uploads/attachments/10474-action-7-console-log.png)
But this is surprising, since the documentation doesn't describe such an action:
![image](https://us.v-cdn.net/6038239/uploads/attachments/10475-redi-api-action-codes.png)
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