Re: [Quickfix-developers] help Needed
Brought to you by:
orenmnero
From: Mike G. <mg...@co...> - 2008-05-28 19:34:06
|
par...@ho... wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello, > can you tell me how r u using quickfix? i have downloaded it and have IP,senderCompID,SenderSubID,port,TargetCompID,Username and Password > 1. Can u tell me where to use all the above details? Add them to your config file - See http://www.quickfixengine.org/quickfix/doc/html/configuration.html for examples. QuickFIX will not automatically add Username and Password to outgoing messages for you. If you need to add these to your Logon message (I assume this is the case - check with your counterparty), you can do so during the toAdmin() callback. -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |