On Mon, 3 Jan 2005 11:13:03 -0800 (PST), Xizhen Wang
<wan...@ya...> wrote:
> I wonder if Quickfix is able to use database other
> than MySQL? We are using SQLServer for example. Is
> there a way to do it?
QuickFIX can use any backing store you like, you'll just need to write
some code.
You would need to implement a set of MessageStore/MessageStoreFactory
classes that interface to SQL Server. The MySQLMessageStore class
would be a good starting point, just adapt it to read/write data using
the SQL Server APIs.
--
Caleb Epstein
caleb dot epstein at gmail dot com
|