Re: [Quickfix-developers] MySQLStore
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-11-06 17:19:34
|
It does exist. Make sure you bring in the proper header file. --oren On Nov 6, 2007, at 8:48 AM, sli...@ai... wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Greetings, > > I'm considering using a MySQL message store mechanism, however I > don't see what class I need to instantiate to create it. I assumed > it would follow in the form like the FileStoreFactory: > > SessionSettings settings = new SessionSettings("QuickFix/ > settings.txt"); > FileStoreFactory storeFactory = new FileStoreFactory(settings); > > But be something like: > > MySQLStoreFactory storeFactory = new MySQLStoreFactory(settings); > > However nothing like this exists. Am I supposed to still treat > this as a "FileStore" even though it's storing in MySQL? > > Thanks. > > > Check Out the new free AIM(R) Mail -- Unlimited storage and > industry-leading spam and email virus protection. > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |