[Quickfix-developers] logging information using QF (w/ C#)
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-24 21:31:29
|
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. |