|
From: Steve B. <st...@te...> - 2007-03-08 22:49:30
|
> 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 |