Re: [Quickfix-developers] Using Quick Fix C++ API against Cameron FIX engine
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-10-22 18:00:09
|
On 10/22/07, Jay Bholenath <jay...@gm...> wrote: > > > Am a newbie to this FIX world... I like the C++ class design and the API, > but was wondering if I could use the API against a Cameron FIX Engine? The > firm I work for has standardized on Cameron FIX Engine... > > So the API formats messages and the appropriate tags but when a send is > called it shoots of the message to Cameron instead of managing the socket to > Taget itself... > You can certainly use QuickFIX to communicate with another FIX application be it Cameron or something else, but QuickFIX is a complete and self-contained API. It has no means to pass messages up to some other API. If your firm has standardized on using Cameron, then shouldn't yo be developing using their APIs and not QuickFIX? -- Caleb Epstein |