RE: [Quickfix-developers] Tibco Rendezvous Implementation Question
Brought to you by:
orenmnero
From: Dahl, J. <JD...@cm...> - 2004-03-01 20:28:12
|
Oren, =20 You are correct in your assumptions. I will be returned the correct SenderCompId, TargetCompId, and BeginString. =20 The Tibco interface will be implemented within the same process - not outside. =20 My main concern is getting the message from the Tibco Callback function to the right client. Correct me if I am wrong here, but I couldn't call FIX::Session::sendToTarget() from outside the Application interface could I? =20 =20 =20 -----Original Message----- From: Oren Miller [mailto:om...@ri...]=20 Sent: Monday, March 01, 2004 1:53 PM To: Dahl, Jon Cc: qui...@li... Subject: Re: [Quickfix-developers] Tibco Rendezvous Implementation Question =09 =09 John,=20 Can you clarify the architecture? I think this is what you are doing. You have clients connecting in through QuickFIX (via socket?), who send order, you take those orders and publish them on the TIB which is picked up by you're matching engine (in FIX?), you then match the orders and publish them back, which is picked up by a process that then needs to send the matched order back to the originating clients through QuickFIX. Is this correct?=20 Now I guess the question is how you are changing the routing information when you publish to the matching engine. Essentially to send things back to the same client you will have to have the correct beginstring, sendercompid, and targetcompid. Is this information that you have lost in the transformation to the order matcher or is it still around, or can it be derived from the message in some other manner?=20 --oren=20 On Mar 1, 2004, at 10:26 AM, Dahl, Jon wrote:=20 We are going to be talking to our Matching Engine over Tibco with a=20 pub/sub communication mechanism.=20 There will be only one connection to the Tibco bus and all=20 requests/responses will come over that one=20 connection.=20 Is there anyway to inject the response messages into QuickFIX... by that=20 I mean making sure they go to=20 the correct client. Responses from the engine will be in FIX format.=20 Thanks,=20 JD=20 -------------------------------------------------------=20 SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with=20 a free DVD software kit from IBM. Click Now!=20 http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick=20 _______________________________________________=20 Quickfix-developers mailing list=20 Qui...@li...=20 =09 https://lists.sourceforge.net/lists/listinfo/quickfix-developers=20 |