Re: [Quickfix-users] tradeclient logs
Brought to you by:
orenmnero
From: DA S. A. <ada...@ca...> - 2010-01-12 13:05:54
|
Hi, Just put include on "FileLog.h" header where you are using it. Antonio. Le 12/01/2010 09:39, Joaquín Gracia a écrit : > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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 >> >> > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > |