From: Caleb E. <cal...@gm...> - 2005-09-23 02:59:50
|
On 22 Sep 2005 05:32:00 -0000, rohan joel pais <roh...@re...> wrote: > > Hi, > I have developed quickfix server, I am using mysql db for log.My problem > is the quickfix is saving only the outgoing messages in "messages" table,= how > can I make it such that it should save the incoming messges also,please h= elp > me regarding this.I am pasting the patch of code,please tell me what shal= l > I add to this to save the incoming messages also. > Look at the incoming_log and outgoing_log tables. The message table is for the MySQLStore, not the MySQLLog. -- Caleb Epstein caleb dot epstein at gmail dot com |