|
From: Toli K. <to...@ma...> - 2007-08-03 15:14:42
|
Danilo, We've switched to using Spring to configure Marketcetera trading platform and Quickfix/J a while back, and our approach was based on the example you mentioned. We had to create a few wrapper classes around some Quickfix/J code, but otherwise it's been fairly straight-forward. our code is open-sourced as well, so you can take a look at our config files here: http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/oms/src/main/resources Specifically, the oms.xml and quickfixj.xml are probably what you are interested in. The wrapper classes are at http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/core/src/main/java/quickfix/spring You can download the OMS (or appliance) at http://trac.marketcetera.org/trac.fcgi/wiki/Marketcetera/Download and play with it to see how the configuration stuff is set up. there's a lot of documentation describing how to modify the Spring beans to setup quickfix/j, and i'd be happy to answer any questions you have too. On 8/3/07, Danilo Tuler <tu...@po...> wrote: > Hi, > > Is the code described at > http://www.quickfixj.org/confluence/display/qfj/Example+-+Barry+Kaplan > public? > > Where can I find it? > > Thanks, > Danilo > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |