|
From: Bud B. <bu...@ba...> - 2007-03-08 18:07:42
|
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: http://www.quickfixj.org/quickfixj/usermanual/usage/receiving_messages.ht= ml and MessageCracker does not implement: super.toAdmin(message, = sessionId); In my toAdmin() can I just do a Session.sendToTarget(message) after I = add my fields? Thanks. -- Bud 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. |