Re: [Quickfix-developers] Newbie set up question
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-12-13 17:51:46
|
QuickFIX is a library. You would need to link it into a service that =20= you write. By connection string are you referring to the FIX Logon Message? =20 QuickFIX will take care of sending it, so no specific action on your =20 part is required. Initiator and Acceptor does not refer to direction of message. It =20 refers to who initiates and who accepts the initial logon message. =20 You only need one, but it needs to be the opposite of the =20 counterparty. One of you needs to initiate while the other accepts. =20= Once connectivity is establishes, messages can flow both ways. --oren On Dec 13, 2006, at 10:47 AM, McAndrew, Paige wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I=92m new to FIX and QuickFix. We have a current application using =20= > MSMQ to receive messages and send them to a client in FIX Protocol =20 > format. They want to add CancelReplace and my project is to see if =20= > QuickFix would be a good way to rewrite the application. Currently =20= > the application needs to be started manually every morning. They =20 > would like to use a service in its place. My questions: > > > > Is QuickFix a service or would I need to write an application to =20 > initiate it? > How do I send the connection strings? > If I need to receive messages and send them do I need both an =20 > initiator and acceptor applications? > > > Thanks for all your help. > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |