Re: [Quickfix-users] questions about MySQLStore & MySQLLog
Brought to you by:
orenmnero
From: Jean Z. <to_...@ya...> - 2004-06-01 17:37:21
|
Thank you for the reply. I plan to implement a database GUI to observe the messages much easiler. So, I wanna break down the message into several interesting fields and save them into a database. I also thought about to implement the database through the callback functions in Application. I am just not sure, which callback function can get heartbeat and event messages. Thank you. Jean --- Oren Miller <om...@ri...> wrote: > MessageLog does not store Message objects, and the > Store only store > messages being sent out, not ones coming in. Is > there a reason you > need to query for these messages instead of just > storing the > information you want as they come through the > fromApp callback? > > On Jun 1, 2004, at 11:23 AM, Jean Zhong wrote: > > > Hi, Guys > > > > I am trying to build a database for the fix > messages. > > > > I plan to decompose each fix message and save > several > > interesting fields into the table, so I am > thinking if > > there is a method to access the Message object > from > > MySQLLog and MySQLStore. > > > > I took a look on the MySQLLog class, MySQLStore > class, > > MessageStore class and LogFactory class, but I > didn't > > figure out how to get the instance of Message > object > > from these classes. > > > > Do you have any idea about this? > > > > Thanks a lot. > > > > Jean > > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Friends. Fun. Try the all-new Yahoo! Messenger. > > http://messenger.yahoo.com/ > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit > the market... Oracle > > 10g. > > Take an Oracle 10g class now, and we'll give you > the exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |