|
From: Steve B. <st...@te...> - 2007-03-09 02:04:02
|
Hi Bud, I can see how that might be a little confusing. I think my original class subclassed ApplicationAdapter which had an (empty) superclass method. It would be less confusing to remove that line from the example. I think you can edit the page if you are logged in. Let me know if there's a problem. Steve > -----Original Message----- > From: qui...@li... [mailto:quickfixj- > use...@li...] On Behalf Of Bud Bach > Sent: Thursday, March 08, 2007 7:39 PM > To: qui...@li... > Subject: Re: [Quickfixj-users] Implementing Custom Logons > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Steve, Yes I am implementing the Application interface in my application > class. If you look on: > > > http://www.quickfixj.org/confluence/display/qfj/Implementing+Custom+Logons > > in toAdmin(), there is a call to super.toAdmin(). From what I know now > (still pretty limited), it looks like that call can/should be eliminated. > Here is what I ended up with: > > public void toAdmin(Message message, SessionID sessionId) { > if (isMessageOfType(message, MsgType.LOGON)) { > addLogonField(message); > } > } > > Is the wiki editable by users? > > -- Bud > > > -----Original Message----- > > From: qui...@li... [mailto:quickfixj- > > use...@li...] On Behalf Of Steve Bate > > Sent: Thursday, March 08, 2007 4:49 PM > > To: qui...@li... > > Subject: Re: [Quickfixj-users] Implementing Custom Logons > > > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > I'm brand new to QuickFIX/J so go easy on me. For my application, I > > need > > > to > > > add a few fields to my logon, so I found this on the wiki: > > > > > > > > > http://www.quickfixj.org/confluence/display/qfj/Implementing+Custom+Logons > > > > > > And tried to throw that in my code. The only problem is, in my > > > application, > > > I am subclassing MessageCracker as suggested on this page: > > > > Hi Bud, > > > > I assume you are also implementing the Application interface so > > you must have some implementation for Application.toAdmin() > > independent of the MessageCracker. > > > > > P.S. Does the "Quick" in QuickFIX refer to how quickly messages are > > > processed, how quick it is to build an application or both? I was > > looking > > > for some performance numbers but didn't see anything. > > > > Oren selected the name, so I'll defer to him since I don't know how > > he selected it. For QFJ performance numbers, take a look at the > > QuickFIX C++ list. There were some numbers posted there recently. > > > > Steve > > > > > > ------------------------------------------------------------------------ > - > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Quickfixj-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |