Re: [Quickfix-developers] logging information using QF (w/ C#)
Brought to you by:
orenmnero
From: <Nil...@co...> - 2008-01-25 05:54:37
|
Azmat My suggestion would be - look at the implementation of the FileLog and ScreenLog. I guess, as of now QF supports only two types of log, standard output screen or file based log. That means you need to write your own myScreenLog and myScreenLogFactory (similar to Screen/FileLog/LogFactory).=0D QF tracks three types of messages - incoming, outgoing and events. Login, Logoff, Gap in SeqNo etc would be events, Its up to you how you want to display these different types of events - login event with black colour, connection drop with red colour. Hope this will help -Nilesh >-----Original Message----- >From: qui...@li... [mailto:quickfix- >dev...@li...] On Behalf Of azmat >Sent: Friday, January 25, 2008 3:01 AM >To: qui...@li... >Subject: [Quickfix-developers] logging information using QF (w/ C#) > >QuickFIX Documentation: >http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > > >All- > >Thank you so much to everyone that has helped me 'learn' QF over the past >couple of weeks. I have another request from the community and any >guidance would be very much appreciated. I need to create a FIX client >(but >as software that will reside on a server on our end). This FIX Client will >act as the code that transmits/receives FIX based messages to/from our >broker. > >The idea is that we will be submitting "jobs" (FIX-based messages) to it >and >it will handle the processing of them. We will install this on a server >and >have it run alone. What I need to do is to display any relevant/important >messages (administrative, session, etc) onto a windows form. I am unsure >how to get access to this kind of information using the QF api. > >The types of information I would like to display is: > >if a message was dropped, >sequence number issues, >logon/logoff messages, >any sort of rejected messages and the gapfill measures that were taken > >I would also like to have a green/red light to display my connection with >the broker. If it goes down, I'd like to display the red light, and if it >is up...the green light. I imagine I could do something like this with the >hearbeat message. > > >Any clues on how I can use the logging features of the QF API in order to >display audit-messages that the QF engine provides? > >thanks! >azmat > >-- >View this message in context: http://www.nabble.com/logging-information- >using-QF-%28w--C-%29-tp15075533p15075533.html >Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > >----------------------------------------------------------------------- -- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2008. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Quickfix-developers mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-developers This e-mail and any files transmitted with it are for the sole use of the= intended recipient(s) and may contain confidential and privileged= information. If you are not the intended recipient, please contact the sender by reply= e-mail and destroy all copies of the original message.=0D Any unauthorised review, use, disclosure, dissemination, forwarding,= printing or copying of this email or any action taken in reliance on this= e-mail is strictly=0D prohibited and may be unlawful. |