RE: [Quickfix-developers] Doesn't recognize Execution Reports
Brought to you by:
orenmnero
From: <Sa...@uc...> - 2004-01-08 21:41:51
|
Thanks, that was it. Once I put a "onMessage()" for the execution report it worked fine. Sam > > You are probably using a message cracker and have not implemented > the callbacks for those messages. The cracker's default > implementation for a message is to reject the message saying it > is unsupported. > > -------------------------- > Sent from my BlackBerry Wireless Handheld > > > -----Original Message----- > From: Sa...@uc... <sa...@uc...> > To: Quickfix-Developers <qui...@li...> > Sent: Thu Jan 08 15:15:32 2004 > Subject: [Quickfix-developers] Doesn't recognize Execution Reports > > I'm having a very confusing problem. I'm interfacing with the test system > at Nasdaq. I'm (finally) able to log in and create a session. I can send > an order, but I get rejected on the Ack and the subsequent Fill. > The reason > for the reject is "unsupported message type". What's up with that? The > message is an ExecutionReport, hardly new. Nasdaq does return some User > Defined Types, but I have added them to the dictionary. Just in > case I ran > with the "UseDataDictionary=N", but it makes no difference. Why is it > rejecting these?? Any help would be appreciated. > > Sam > > > > > -quickfix send order > 8=FIX.4.29=15235=D34=17549=NAID50=3DE352=20040108-21:05:025 > 6=NSDQ57= > S11=2-2321=138=1040=154=155=CSCO59=060=20040108-16:05:025 > 28=A9211= > Y9212=N9376=T10=110 > > -recv ack from nsdq > 8=FIX.4.29=16935=849=NSDQ50=S56=NAID57=3DE334=15452=200401 > 08-21:01:2 > 537=0DG0407000N611=2-2317=01-08-04:16012520=0150=039=055=CS > CO54=138 > =1040=159=0151=1014=06=0.0010=014 > > -quickfix send reject > 8=FIX.4.29=9635=j34=17649=NAID52=20040108-21:05:0256=NSDQ45 > =15458=Un > supported Message Type372=8380=310=087 > > -recv fill from nsdq > 8=FIX.4.29=20835=849=NSDQ50=S56=NAID57=3DE334=15552=200401 > 08-21:01:2 > 537=0DG0407000N611=2-2317=0013J420=0150=239=255=CSCO54=13 > 8=1040=1 > 59=032=1031=86.0151=014=106=86.0000440=0141382=1375=RBCM9 > 730=R10=1 > 23 > > -quickfix send reject > 8=FIX.4.29=9635=j34=17749=NAID52=20040108-21:05:0256=NSDQ45 > =15558=Un > supported Message Type372=8380=310=089 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |