Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
saiyuk6=716-Jul-10 9:28
saiyuk6=716-Jul-10 9:28 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
Chris Losinger16-Jul-10 9:40
professionalChris Losinger16-Jul-10 9:40 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
saiyuk6=716-Jul-10 9:53
saiyuk6=716-Jul-10 9:53 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
Chris Losinger16-Jul-10 10:27
professionalChris Losinger16-Jul-10 10:27 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
saiyuk6=716-Jul-10 10:40
saiyuk6=716-Jul-10 10:40 
AnswerRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
Code-o-mat16-Jul-10 9:18
Code-o-mat16-Jul-10 9:18 
GeneralRe: proper conversion of unsigned char [16] -> unsigned long [4] Pin
saiyuk6=716-Jul-10 9:39
saiyuk6=716-Jul-10 9:39 
QuestionFIX protocol: Logon using QuickFix engine Pin
arupsarkar16-Jul-10 7:01
arupsarkar16-Jul-10 7:01 
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
-----------------------
<br />
#default settings for sessions<br />
[DEFAULT]<br />
ConnectionType=initiator<br />
LogonTimeout=30<br />
ReconnectInterval=30<br />
ResetOnLogon=Y<br />
<br />
<br />
#INET Session<br />
[SESSION]<br />
BeginString=FIX.4.2<br />
SenderCompID=XXX<br />
SenderSubID=1<br />
TargetCompID=XXX<br />
StartDay=sunday<br />
EndDay=friday<br />
StartTime=07:00:00<br />
EndTime=21:00:00<br />
HeartBtInt=30<br />
CheckLatency=Y<br />
MaxLatency=240<br />
SocketConnectPort=XXX<br />
SocketConnectHost=XXXXX<br />
EncryptMethod=0<br />
UserName=XXX<br />
Password=XXXX<br />
#SessionQualifier=INET<br />
UseDataDictionary=Y<br />
DataDictionary=C:\Users\asarkar\Financial Programs\QuickFix\quickfix\spec\FIX42.xml<br />
FileStorePath=C:\Users\asarkar\Documents\Visual Studio 2010\Projects\FIX_TradeClient\Debug\<br />

AnswerRe: FIX protocol: Logon using QuickFix engine Pin
Garth J Lancaster18-Jul-10 1:07
professionalGarth J Lancaster18-Jul-10 1:07 
Questioncurl to return server response Pin
Eli Nurman16-Jul-10 4:40
Eli Nurman16-Jul-10 4:40 
AnswerRe: curl to return server response Pin
Aescleal16-Jul-10 20:18
Aescleal16-Jul-10 20:18 
QuestionMagic Packet Pin
Fareed Rizkalla16-Jul-10 4:04
Fareed Rizkalla16-Jul-10 4:04 
AnswerRe: Magic Packet Pin
Richard MacCutchan16-Jul-10 7:07
mveRichard MacCutchan16-Jul-10 7:07 
QuestionHow to send data to a C# App which has WPF control (text box) from VC++ application. Pin
Joseph8216-Jul-10 3:38
Joseph8216-Jul-10 3:38 
AnswerRe: How to send data to a C# App which has WPF control (text box) from VC++ application. Pin
Hristo-Bojilov16-Jul-10 7:24
Hristo-Bojilov16-Jul-10 7:24 
QuestionActive Directory/LDAP. Pin
Mike Doner16-Jul-10 2:47
Mike Doner16-Jul-10 2:47 
AnswerRe: Active Directory/LDAP. Pin
Emilio Garavaglia16-Jul-10 7:05
Emilio Garavaglia16-Jul-10 7:05 
GeneralRe: Active Directory/LDAP. Pin
Mike Doner29-Jul-10 7:59
Mike Doner29-Jul-10 7:59 
GeneralRe: Active Directory/LDAP. Pin
Emilio Garavaglia31-Jul-10 9:33
Emilio Garavaglia31-Jul-10 9:33 
QuestionINT_PTR in VC++ 2010 Pin
rp_suman16-Jul-10 1:43
rp_suman16-Jul-10 1:43 
AnswerRe: INT_PTR in VC++ 2010 Pin
Sauro Viti16-Jul-10 2:16
professionalSauro Viti16-Jul-10 2:16 
AnswerRe: INT_PTR in VC++ 2010 Pin
ThatsAlok18-Jul-10 20:49
ThatsAlok18-Jul-10 20:49 
QuestionHow to focus a message box Pin
rahul.kulshreshtha15-Jul-10 22:06
rahul.kulshreshtha15-Jul-10 22:06 
AnswerRe: How to focus a message box Pin
Eugen Podsypalnikov16-Jul-10 2:06
Eugen Podsypalnikov16-Jul-10 2:06 
GeneralRe: How to focus a message box Pin
rahul.kulshreshtha16-Jul-10 2:36
rahul.kulshreshtha16-Jul-10 2:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.