Hi,
I am using testserver from the docker image refinitivrealtime/infratools:3.8.1.L1 and
I am Running the playback from a XML file that I have captured using the test client.
Using the following command:
testserver-S DIRECT_FEED -Q dist/recXml.xml -U 1 -N 14002 -K -ik -t 361
It looks like the testserver finishes and no longer sends any price data when it goes to the end of the playback xml.
This is probably correct behavior.
However for my requirements I need a small playback xml, adjust some price data and send that data in a loop.
So my question is it possible to configure the testserver to send price data in a loop (when testserver will send all data from the xml it will start sending the data from the beginning of the xml)?
Grzegorz