Hello, I am trying to capture event messages coming from the RMDS using the RFA API in C++. Our end goal is to relay the event messages in their original data format. How can I do this?
@avoora
Please check the answer on this dicussion.
Otherwise, you can use the rfa::message::RespMsg::clone() method to make its own copy for later processing the message outside the application callback method.
Hi Avoora,
It seems you are requesting support for RMDS. This portal is for RDMS.
I think the correct link is https://community.developers.refinitiv.com/spaces/42/rfa.html
Thanks,
Sam
Hello @avoora
I suggest you use the testclient tool to capture the messages between the tool and your Market Data System.
Please check my colleague's answer on this old post testclient capture RIC events question.
Note: The updated link for Quick Start Guide to Recording and Playback of Refinitiv Real-Time Data is available here.