RE: [Quickfix-developers] Java question
Brought to you by:
orenmnero
|
From: Steve B. <st...@te...> - 2005-06-22 21:52:45
|
Hi Chris, Did you mean to use SessionSettings rather than Settings? Steve > -----Original Message----- > From: qui...@li... = [mailto:quickfix- > dev...@li...] On Behalf Of Christopher Kang > Sent: Wednesday, June 22, 2005 4:44 PM > To: qui...@li... > Subject: [Quickfix-developers] Java question >=20 > 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 >=20 > Thank you everyone for contributing to the open source community. It > proves that open source tools can work. >=20 > I am thinking about using quickfix and want to be able to start > writing small applications, but I've seem to run into an error. >=20 > I'm coding in Java and so I tried following the java example code on > the quickfix website, but I can't seem to compile. >=20 > In the MyClass.java example on the website, a Settings object is = created: >=20 > "Settings settings =3D new Settings(new FileInputStream(fileName));" >=20 > However, the compile can't find this object. I am assuming that the > Settings object is something that should be able to be found in the > quickfix.jar file (like MessageStoreFactory), but when I look in the > quickfix.jar file, I am unable to find it. > My classpath is correct since my compile doesn't complain about any of > the other objects. >=20 > Am I missing something here? >=20 > I obtained the quickfix.jar file from the quickfix-bin-vc7-1.9.4.zip > file on the website (windows installer). >=20 >=20 > Thank you again for being such an active community and for addressing > this concern. >=20 > -Chris Kang >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |