RE: [Quickfix-developers] Application class instance.
Brought to you by:
orenmnero
|
From: Fanshteyn, T. <tfa...@bo...> - 2005-10-07 15:58:59
|
You do net get an event, but rather an overriden method is being called by the QuickFix engine. You can then fire off your own custom event -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Shankar Krishnan Sent: Friday, October 07, 2005 10:55 AM To: qui...@li... Subject: RE: [Quickfix-developers] Application class instance. QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, Hopefully not too basic, did my homework, was not able to find too much. I looked up the one C# example which did not use the event handlers. I would like to add the OnLogon,OnLogout eventhandlers in the application. In the example (C#) I donot see the following usage to add an event handler Application.onlogon += new LogonEventHandler(onLogon); Which I presume is the way event handlers are added in C#, I looked up the application.cs file, I donot see how the events have been linked, I,e when will onMessage fire ? I found very little documentation elsewhere on the usage of Application Class. Could someone please shed some light on Application class and how it is used in this application. Or What do these lines mean, Application application = new Application(); SocketAcceptor acceptor = new SocketAcceptor(application,factory,settings,logFactory,...) ----- Is it correct to say that Application.cs holds the business logic ? and executor.cs did the socket connection part. Appreciate any help in getting started. These are very basic questions, hopefully no flames :) Regards -----Original Message----- From: Tom Jones [mailto:csh...@ho...] Sent: Thursday, October 06, 2005 5:00 PM To: qui...@li... Subject: [Quickfix-developers] RE: Effort QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html I realized I missed the most important thanks....Oren Miller. And to anyone else I forgot. Thanks again. Sorry for the spam. TJ _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |