question

Upvotes
Accepted
1 0 0 0

RFA API Message Capture

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?

#technologyrfarfa-apirmds-test-client
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
83.1k 281 53 77

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
21 0 0 0

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
26.4k 62 17 14

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.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@wasin.w Is there any way we can capture the messages in our code?

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.