Re: [Quickfix-developers] TIB enable quickfix
Brought to you by:
orenmnero
From: Jon D. <jd...@wi...> - 2004-08-18 13:49:59
|
> How did you implement sending FIX messages over TIBCO? It's a pub/sub scenario, requests from the clients are trivial. Simply take the FIX message, wrap it with Tibco parameters, and throw it on the Tibco bus - verified first of course. Responses from the engine are parsed for the FIX message and then cracked - sent to the client. Tibco is a great technology. Coding against their API's is not diffucult. However setting up the networks and routing multicast is the hard part. HTH, JD |