Hi Team,
We are using RFA C++ Version 8.2 to consume market data. We have a question regarding what happen when we encounter exception while sending subscription request i.e registerClient call for particular instrument.
pOMMConsumer->registerClient(m_pEventQueue, &ommItemIntSpec, *this, NULL);
- Do we receive any event (rfa::common::Event) in this scenario? If yes which event we receive?
Thank you for your support.