Re: [Quickfix-users] tradeclient logs
Brought to you by:
orenmnero
From: Joaquín G. <j.g...@ra...> - 2010-01-12 08:59:19
|
Hi all, I'm trying to use FIX::FileLogFactory to store the log in a file doing this: FIX::FileLogFactory logFactory( settings ); But compiling returns this error message: error C2039: 'FileLogFactory' : is not a member of 'FIX' Can anyone help? Thank you. El 18/11/2009, a las 16:46, Dale Wilson escribió: Joaquín Gracia wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi all, > > I'm using an application directly developed from the tradeclient > example in C++. > > How can I make this applicaton generate a log file with all > messages sent and received? > ** Change the code to use FIX::FileLogFactory rather than FIX::ScreenLogFactory. Dale ** > Thanks. > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and > deployment - and focus on what you do best, core application coding. > Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |