Re: [Quickfix-developers] logging information using QF (w/ C#)
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-29 06:41:36
|
Nilesh, After rereading your email and looking at the example code, it is making sense. What I would like to do is the 'myDialogLogFactory' route (instead of file reads). The problem is that I don't know how to create such a class. Should I implement from the Log Interface (onincoming, onoutgoing, onevent, etc)? Should I just write my custom code in say, myDialogLogFactory.onEvent and such (writing to my windows form). Is the 'wiring' of myDialogLogFactory getting triggered run under the covers? It's slowly making sense. Any suggestions would be very much appreciated! thanks! Azmat Nilesh.Gajjar wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hope you have the source code of the Fix engine - if not, can download > from the openfix website. > > You can find the objects I mentioned in the Fix namespace. > > Regards > -Nilesh > -- View this message in context: http://www.nabble.com/logging-information-using-QF-%28w--C-%29-tp15075533p15153435.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |