Re: [Quickfix-developers] Why I get Unsupported Message Type in Reject Message
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-04 14:59:22
|
Is your receiver handling FIX41 NewOrderSingle messages in its message cracker? --oren On Aug 4, 2004, at 9:21 AM, Ramprakash Umapathy wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > Why I get Unsupported Message Type in Reject Message when I try to send > message using NewOrderSingle41. Surprisingly I was getting the > execution > message back when I was using FIX4.2. This error started coming after I > switched in my code to NewOrderSingle41 to send messages. > > Why newOrderSingle41 is rejected always? > > My Acceptor File Settings, > > [DEFAULT] > ConnectionType=acceptor > SocketAcceptPort=5001 > FileStorePath=store > StartTime=00:00:00 > EndTime=00:00:00 > > [SESSION] > BeginString=FIX.4.1 > SenderCompID=s09183 > TargetCompID=FS > DataDictionary=FIX41.xml > > My Initiator Settings, > > [DEFAULT] > ConnectionType=initiator > HeartBtInt=30 > FileStorePath=D:\Caboto\QFStoreFiles > FileLogPath=D:\Caboto\QFLogFiles > StartTime=00:00:00 > EndTime=00:00:00 > UseDataDictionary=N > SocketConnectHost=localhost > SocketConnectPort=5001 > > [SESSION] > BeginString=FIX.4.1 > SenderCompID=FS > TargetCompID=s09183 > > > Thanks in advance, > Ramprakash Umapathy > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |