Hello,
We are using RFA 8.2 C++ api's. We want to understand sequence of event when app calls registerClient and unregisterClient in very quick succession to get Level1 market data.
1. Is it guaranteed to receive snapshot in response to registerClient and then event stream close OR
2. Application will not receive snapshot at all and event stream close will be received
We see <2> happening with our application. Wanted to know what is guaranteed behavior.?
One more question, how do I know if event stream close is unsolicited or user requested?