Hi Team,
We are using RFA C++ API version 8.2 to consume market data.
I understood from the previous discussion that if we received:
If the stream state is still Open, it means that the API or the infrastructure will perform a recovery on behalf of the application.
However, if the stream state is Closed or Closed_Recover, the application needs to resubscribe to the item.
Reference:
My question is after receiving above message we receive:
In this scenario, will the subscription recovery be handled automatically by the infrastructure when the source comes up and the StreamState becomes Open, or does this messages indicate a different behavior?