[Quickfix-users] VERY Simple OMS - question
Brought to you by:
orenmnero
From: Marcin G. <gi...@ar...> - 2007-03-14 06:37:36
|
Hello, Yesterday I found quickfix and was able to set it up and prepare small demo. Just send on order. Now I need to do something like this: A few clients send me some orders. I need to collect them and show to my users. When the simple order is finished (done or rejected) my users have to send the confirmation to the particular client about the status of this order. As far as I've read already to achive such connection I need two "channels" : one to receive orders and one to send confirmations, right? So in a word I need: 1) a server instance - acceptor which will be receiving orders on ONE port and store them 2) initiators - small applications through which my users will send confirmations; connected to different clients on different ports ...is my way of thinking OK? Or maybe I've missed something? Kind regards, Marcin |