Re: [Quickfix-users] multithreaded app using message Queue and quickFIX (convert existing app to FI
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-08-17 05:07:03
|
You probably just need to deal with the Message class. This class will allow you to create FIX messages, serialize them into strings, and reconstruct them from strings. Sounds like this is all you would need to conduct your test. --oren On Aug 16, 2006, at 5:13 PM, mike chern wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > HI there > > I have a existing multithreaded application using message queues. > It is a high thoughput application processing a large amount of > data (quotes > and trades). > currently we are using propiatery message format. > > What we want to do is using a thread and another Q, this thread > will convert > whenever messages currently in the existing Q to FIX message and > store the > FIX message in the new Q. The purpose of this is to evaluate the > efficiency > of FIX message, and slowly convert other componets into FIX capable > modules. > > This doesn't fit in the Application interface currently in FIX > example. > > Can anyone give me a direction where in the quick fix library > should I look > into first. > > Thanks in advance. > > Mike > > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |