Hello, I tried rmdstestclient to capture quote data in binary file about 10 minutes and later used sink_driven_src to replay data captured. But I found the consumer receiving the same update message again and again. So is there any command line option that makes sink_driven_src replay data captured only instead of infinite loop? I read the tool manual, but without luck.
one more question, I captured all nasdaq basic realtime data in binary file which is about 5G, when running sink_driven_src, it will be killed by os. Is it problem due to large binary file ? The sink_driven_src seems to load all data from file to memory. So can I just load some codes instead of all ?
Many thanks, expecting your reply.