Re: [Quickfix-developers] Error on receiving trades
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-12-12 17:09:28
|
Actually it's not in there, there isn't a field for it. In any case the reason this is happening is because you are trying to pull out a field that is not present in the fromApp method. You need to be sure that a field exists before pulling it out, or catch the FieldNotFound exception. --oren Fra...@mp... wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > > >This is the appl. output: > >OUT: >8=FIX.4.29=11735=j34=7149=ME52=20051212-14:15:31.06756=COUNTERPART45=7158=Conditionally > >Required Field Missing372=8380=510=075 > >and this in ".outgoing" log: > >8=FIX.4.2^A9=97^A35=4^A34=7^A43=Y^A49=ME^A52=20051205-12:57:59.771^A56=COUNTERPART^A122=20051205-12:57:59^A36=17^A123=Y^A10=181^A > >Thanks for your attention. > > >Francesco Pispola > > > > > >-------------------------------------------------- >Francesco Pispola >Central Solution Centre > > >EDS Italia S.p.A. >Via Banchi di Sopra 31, Siena (SI) - ITALY >Tel.: +39-577-22491 >Office: +39-577-20-9187/6 >fra...@mp... >fra...@ed... >-------------------------------------------------- > > >|---------+----------------------------> >| | Oren Miller | >| | <oren@quickfixeng| >| | ine.org> | >| | | >| | 12/12/2005 17:57 | >|---------+----------------------------> > >--------------------------------------------------------------------------------------------------------------| > | | > | To: Fra...@mp... | > | cc: qui...@li... | > | Fax to: | > | Subject: Re: [Quickfix-developers] Error on receiving trades | > >--------------------------------------------------------------------------------------------------------------| > > > > >The reject message should indicate what field is missing. Can you post it? > >--oren > >Fra...@mp... wrote: > > > >>QuickFIX Documentation: >> >> >http://www.quickfixengine.org/quickfix/doc/html/index.html > > >>QuickFIX Support: http://www.quickfixengine.org/services.html >> >>Hi there, thanks for your great job. >>I'm testing an application; Logon is correct, but when I receive a trade >>message, I see that application sends to the counterpart a message with >>this string: "Conditionally Required Field Missing". >>Maybe is the method "Session::generateBusinessReject"? >>If yes, what is going wrong? >>Where in the code can I individuate the field missing? >>Thanks. >> >> >> >>Francesco Pispola >> >> >> >> >> >>-------------------------------------------------- >>Francesco Pispola >>Central Solution Centre >> >> >>EDS Italia S.p.A. >>Via Banchi di Sopra 31, Siena (SI) - ITALY >>Tel.: +39-577-22491 >>Office: +39-577-20-9187/6 >>fra...@mp... >>fra...@ed... >>-------------------------------------------------- >> >> >> >>http://www.mpsfinance.it >>- - - - - - - - - - - - - - - - - - - - - - - - - - - - >>Le informazioni contenute nel presente e-mail e nei documenti >> >> >eventualmente > > >>allegati sono confidenziali e sono comunque riservate al destinatario >> >> >delle > > >>stesse. La loro diffusione, distribuzione e/o copia da parte di terzi >> >> >è > > >>proibita e può costituire violazione della normativa che tutela il >> >> >diritto > > >>alla privacy. Se avete ricevuto questa comunicazione per errore, >> >> >Vi > > >>preghiamo di informare immediatamente il mittente del messaggio e >> >> >di > > >>distruggere questo e-mail. >>- - - - - - - - - - - - - - - - - - - - - - - - - - - - >>This e-mail is confidential and it is legally privileged. If you have >>received it in error, please notify us immediately by reply e-mail and >> >> >then > > >>delete this message from your system. Please do not copy it or use it for >>any purposes, or disclose its contents to any other person. Mind that to >> >> >do > > >>so could be a breach of Italian privacy Law. Thank you for your >>co-operation. >> >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >> >> >files > > >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >>_______________________________________________ >>Quickfix-developers mailing list >>Qui...@li... >>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> >> >> >> >> >> > > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >_______________________________________________ >Quickfix-developers mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > |