Hi:

I am new to FIX. I am using quickfix engine in c++ to create a initiator. The host is saying that they cannot see username and password in tag 553 or 554, that is why logon is not happening. I have gone through all documentation of QuickFix and also several other examples of it but could not find any solution. The following is the settings file parameters:

If anyone has worked on QuickFix in c++, I would really appreciate if someone can help me?

tradeclient.cfg
-----------------------
Code:
#default settings for sessions
[DEFAULT]
ConnectionType=initiator
LogonTimeout=30
ReconnectInterval=30
ResetOnLogon=Y


#INET Session
[SESSION]
BeginString=FIX.4.2
SenderCompID=XXX
SenderSubID=1
TargetCompID=XXX
StartDay=sunday
EndDay=friday
StartTime=07:00:00
EndTime=21:00:00
HeartBtInt=30
CheckLatency=Y
MaxLatency=240
SocketConnectPort=XXX
SocketConnectHost=XXXXX
EncryptMethod=0
UserName=XXX
Password=XXXX
#SessionQualifier=INET
UseDataDictionary=Y
DataDictionary=C:\Users\asarkar\Financial Programs\QuickFix\quickfix\spec\FIX42.xml
FileStorePath=C:\Users\asarkar\Documents\Visual Studio 2010\Projects\FIX_TradeClient\Debug\