[Quickfix-developers] FileStore only stores outgoing messages?
Brought to you by:
orenmnero
From: Chang L. <cl...@gl...> - 2002-10-29 23:52:18
|
Hi there, In looking at the source code, I found out that FileStore class only saves outgoing messages in <.body> file. Is there any reason for not saving incoming messages other than conflicting MsgSeqNum? I am aware that FileLog class saves both incoming & outgoing messages, however FileStore class has a better interface for retrieving saved messages. I guess my question is: what is the best way to get a snapshot of all the incoming messages? I would appreciate if somebody helps me out here. Thanks in advance. --Chang |