|
From: Toli K. <to...@ma...> - 2007-03-01 17:01:20
|
Alex, If you don't find anything exactly like what you are looking for off-the-shelf, it should be fairly simple and straightforward to configure our Marketcetera platform to do what you want. It's an open-source system that has an order-routing component (OMS) and a batch-loading order sender (OrderLoader). the OMS conects via FIX to your QFJ acceptor, and then you run the OrderLoader to send a bunch of orders through the OMS to your acceptor. the OrderLoader reads a text file of orders, so you can preload it with all the test cases to cover your various acceptor functionality Since the code is open-sourced, you can use the core libraries directly to use this functionality in JUnit tests as well. the OMS currently only supports FIX4.2, but we are changing that in the next release. you can find more information at http://trac.marketcetera.org/. I'd be happy to walk you through it if you have any questions. On 3/1/07, Alex McGlashan <ale...@eu...> wrote: > > I'm developing a FIX acceptor application using QFJ in the absence of any > specific initiator. Does anyone know of an automated tool for testing such > an application? -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |