|
From: Bud B. <bu...@ba...> - 2007-03-09 00:39:32
|
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+Logon= s 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 >=20 > 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+Logon= s > > > > And tried to throw that in my code. The only problem is, in my > > application, > > I am subclassing MessageCracker as suggested on this page: >=20 > Hi Bud, >=20 > I assume you are also implementing the Application interface so > you must have some implementation for Application.toAdmin() > independent of the MessageCracker. >=20 > > 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. >=20 > 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. >=20 > Steve >=20 >=20 > = -------------------------------------------------------------------------= > 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=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |