Hi Team
Please can I ask where client can find the latest testtool or any means easiest they to test data received from same ADS are compatible with what they saw in their own application?
The link in this post has been expired.
https://community.developers.refinitiv.com/questions/27642/latest-version-of-rmdstestclient.html
Thank you,
Xiaorong
@Xiaorong
The new link is here.
The test tools are also available in the ADS package. They are in the demo folder.
In the new ADS package, the tool name has been changed to testclient.
@Jirapongse Could you please share if any tutorial or guide how to deploy or use it to test RICs? Client is not sure how to proceed after downloading. Thank you~
The client can refer to the install.pdf in the package which explains how to run the tools.
For example:
1. Subscribe to data using RSSL and print statistics every 1 second:
rmdsTestClient -S <service name> -f rics.txt -h <host name or IP address> -p 14002 -ct rssl -I 1 -o 5000 -u <user name>
rics.txt contains the following RICs.
JPY=IBM.NSCB.BK
2. Subscribe to the list of RICs and dump the data in verbose format
rmdsTestClient -S <service name> -f rics.txt -h <host name or IP address> -p 14002 -ct rssl -I 1 -o 5000 -u <user name> -X true –d 3
For recording the playback canned data, please refer to the Quick Start Guide to Recording and Playback of Refinitiv Real-Time Data article.