Re: [Quickfix-developers] API for mySQL support?
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-07-28 16:51:31
|
On 7/27/05, Martin Tanguay <mta...@ho...> wrote: > is there an API or examples for MySQLLogFactory, MySQLStore and > MySQLStoreFactory ? They implement the LogFactory, MessageStore and MessageStoreFactory interfaces, so you can use them just like their File* analogs: For example: http://www.quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_log_factory= .html http://www.quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_message_sto= re.html http://www.quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_file_store.= html Some additional documentation on configuration: http://www.quickfixengine.org/quickfix/doc/html/configuration.html --=20 Caleb Epstein caleb dot epstein at gmail dot com |