[Quickfix-developers] QuickFIX/J status update
Brought to you by:
orenmnero
|
From: Steve B. <st...@te...> - 2005-06-07 17:37:07
|
Hello RK, The QuickFIX/J code is in the QuickFIX CVS repository. The module name is 'quickfixj'. The code is available under the same license as the C++ QF (open source, but not PD). Briefly, the current status is that we are passing almost all the acceptance tests (see QF bug tracker for details). Running the OpenFIX certification tests is somewhat time consuming but almost all the FIX 4.2 tests are passing at this point. We'll be running the certification tests against other FIX versions as well. We are currently preparing for a beta release (no date set at this time). With the release, we intend to have the documentation to support broader developer contribution. The initial release will implement almost exactly the same API as the Java bindings for the C++ QF. The intent is to make the transition to the pure Java QF as painless as possible for existing Java applications. Our plans for future versions include improved performance, possible migration to Java 5, JMX instrumentation, application server integration, and so on. QuickFIX/J is currently being used for real trading on some small applications. Steve > -----Original Message----- > From: VP Marketing IT Asset Enterprise Technologies > [mailto:ass...@gm...] > Sent: Tuesday, June 07, 2005 11:34 AM > To: Steve Bate > Subject: Re: [Quickfix-developers] OrigSendingTime on messages with > PossDup=Y > > Hi Steve > > Do you have an estimated completion or release date for the pure java > implementation. > > We also faced serious problems with QF within JBOSS. So we are trying > to develop pure java quickfix. If you are planning to release it in PD > then > we do not have to do that. > > Please let us know. Thank you Steve. This is leadership initiative. > -- > RK > > On 6/6/05, Steve Bate <st...@te...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Hello, > > > > I'm working on OpenFIX certification for the pure Java QuickFIX > > implementation. One test that's giving me problems involves a > > message with PossDup=Y and no OrigSendingTime. I notice that the > > session implementation only validates the PossDup-related fields > > when when the target sequence number is lower than expected > > (doPossDup() is only called from doTargetTooLow()). The OpenFIX > > test (FIX 4.2) is sending a message with PossDup=Y and > > a proper sequence number so the PossDup verification code is not > > being called. > > > > It seems a bit strange that PossDup=Y in this scenario (normal > > sequence numbers)? Is this a problem with QuickFIX or the > > OpenFIX test? Comments? > > > > Steve > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you > shotput > > a projector? How fast can you ride your desk chair down the office luge > track? > > If you want to score the big prize, get to know the little guy. > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > > _______________________________________________ > > Quickfix-developers mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |