Hi,
We recently upgraded our TREP infra in order to support WebSocket API, and we would like to use again the record and replay tool.
With RFA API we were using the following command to record :
rmdstestclient -S IDN_RDF -h trrt -p 14002 -ct rssl -u r_msa -ef RIC.lst -rf 8 -obf idn_rdf.dat
And this one to replay :
./sink_driven_src -S IDN_RDF -bdf idn_rdf.dat -U 1 -N 14001 -K -ik
And RIC.lst content :
6|EUR=
6|GBP=
6|JPY=
What to we need to change to be able to record and replay the market data feed from our WebSocketAPI feed ? (host/port : trrt/15000)
I tried to change the -ct option to ws_json but the .dat output file is empty.
Thanks