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