Re: [Quickfix-developers] Problem in Sending and Recieving messages usingQuickFIX
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-08-06 12:40:52
|
Ok, this is what is probably going on. In order to parse messages with repeating groups, you must supply a data dictionary to your receiving application. It is the data dictionary that tells your app how to properly parse these messages. FIX has certain rules about which field is the delimiter, what order these fields need to be in etc. What is probably happening is you don't have your data dictionary set to anything. It is therefore considering the message garbled and the engine is ignoring it. I'd say try assigining the FIX42.xml as the data dictionary to your acceptor and see if you get better results. --oren "Pramod.S.Warrier" @THOUGHTWORKS_COM To: OM...@th... Sent by: cc: pramod@THOUGHTWORKS_COM Subject: Re: [Quickfix-developers] Problem in Sending and Recieving messages usingQuickFIX 08/06/2002 07:31 AM Hi, Thanks for the quick response. As for your query, the fromAdmin function of my initiator is also not called and no reject message is received. Besides for your information, the message thats displayed in the log file and the toApp function is as given below. The values i have entered is, SenderCompID = CLIENT1 TargetCompID = TW NoRelatedSym = 2 Symbol = IBM Symbol = INTEL QuoteReqID = QR1 and the message i get is 8=FIX.4.2`9=78`35=R`34=8`49=CLIENT1`52=20020806-12:23:43`56=TW`131=QR1`146=2`55=IBM`55=INTEL`10=082 What do you think are the possible areas where i could have erred ? Besides i tried giving MassQuote and here too when theres a repeating group then the message is not recieved by the Acceptor. I hope theres no problems in the message that are being generated. Thanks, Rgds, Pramod. OM...@th... wrote: > Do you get anything in your fromAdmin on your initiator after sending the > message? Like maybe a reject message? > > --oren > > |---------+-----------------------------------------------> > | | "Pramod.S.Warrier" | > | | <pwa...@in...> | > | | Sent by: | > | | qui...@li...ur| > | | ceforge.net | > | | | > | | | > | | 08/06/2002 04:13 AM | > | | | > |---------+-----------------------------------------------> > > ----------------------------------------------------------------------------------------------| > | | > | To: qui...@li... | > | cc: | > | Subject: [Quickfix-developers] Problem in Sending and Recieving messages using | > | QuickFIX | > > ----------------------------------------------------------------------------------------------| > (See attached file: pwarrier.vcf) |