Wednesday 14 of March 2007 15:43:17 John Haldi napisa=C5=82(a):
> Marcin,
>
> On your side you need a single Acceptor application which is configured
> to allow connections from multiple initiators, one at each client.
> Presumably you will have a database on your side where you will store
> all the incoming orders from each client. Your users will then have a
> tool you create to show them the orders in your database awaiting
> confirmation or rejection. When they accept or reject an order, then
> you send the appropriate message back to the correct client using
> something that looks like "SendToTarget(Message,TargetCompID)". This
> will send the message you created back to the client you specify. The
> two-way communication you are talking about is all handled by one
> Acceptor app on your end. And multiple clients can connect to the same
> acceptor app presuming you give each of them a unique CompID and
> confgure your acceptor app to accept multiple sessions from multiple
> clients.
>
> Make sense?
John.... ABSOLUTELY BRILLIANT!!!
Many thanks,
Marcin
>
> John
>
> -----Original Message-----
> From: qui...@li...
> [mailto:qui...@li...] On Behalf Of
> Marcin Giedz
> Sent: Wednesday, March 14, 2007 2:37 AM
> To: qui...@li...
> Subject: [Quickfix-users] VERY Simple OMS - question
>
> QuickFIX Documentation:
> http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
> 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
>
> ------------------------------------------------------------------------
> -
> 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=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDE
> V
> _______________________________________________
> Quickfix-users mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-users
|