Hi Folks,
My scenario is that my process is taking data from the exchange….so apart from the usual control messages, the data flow is in one direction.
When my process first establishes a FIX session it uses the TradeCaptureReportRequest and MarketDataRequest messages to subscribe to trades and quotes.
My understanding is that if my process loses the connection and then reconnects without resetting the expected incoming and outgoing sequence numbers, then we are still in the same FIX session.
So if we have re-established the same FIX session after a disconnection….do we need to send the TradeCaptureReportRequest and MarketDataRequest messages to subscribe again?…or should the original subscription be persistent across reconnections?
Thanks,
Rog