|
From: Toli K. <to...@ma...> - 2006-12-12 19:43:07
|
John, If you are building from source, the 2 classes you just mentioned are generated during compilation. If you download the precompiled quickfixj.jar binary it should have the classes in it. Just run the "ant" command first in the top-level directory and you should get all the generated source files, they'll be in core/target/src-generated directory. You shouldn't need to deal with the C++ code at all - the quickfixj source is complete on its own. enjoy quickfixj. it's great. On 12/12/06, John Perez <joh...@ya...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > I have used quickfix C++/Java for a few years with no problem. > > Recently, I wanted to check out the QuickfixJ product since I wanted to use a 100% Java Fix > Engine. > > I have downloaded quickfixj on my PC, within eclipse and noticed a large number of errors. > > For example: > > 1) BusinessRejectReasonText Extends BusinessRejectReason, but BusinessRejectReason doesn't exist! > > Presumably it simply defines FIELD, OTHER, UNKOWN_ID (sic)for use by BusinessRejectReasonText > > 2) quickfix.field.BeginString class doesn't exist! > > There are other examples. > > I am pretty sure (like close to 100%) that I didn't make an error during the download, since the > unextracted zip file ALSO doesn't have some classes which 'should' be there. > > Is there some step I missed? Is one 'expected' to simply download the java quickfix C++ version > for the missing Java Source Code? > > John Perez > Hudson Securities, Inc. > > > > > > ____________________________________________________________________________________ > Want to start your own business? > Learn how on Yahoo! Small Business. > http://smallbusiness.yahoo.com/r-index > > ------------------------------------------------------------------------- > 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 > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |