{{Quickfixn}} Please Help me in resolving msgType 35=W issue
Nirjhar Jain
nirjhar.jain at commdel.net
Fri Nov 22 21:37:40 PST 2013
Sorry Sir,
I forgot to inform you that the issue of nokogiri was of company firewall.
Now I have successfully regenerated the code using nokogiri.
But my new issue is as below:
I am receiving MarketDataSnapshotFullRefresh 35=W from the HSBC server i.e.
8=FIX.4.4 9=0207 35=W 49=HSBCAPFIX 56=KRISQLSSTR 34=4
52=20131122-08:51:58.244 57=KRIS 55=USD/JPY 262=MARKETDATAID08:53:19.9019294
268=2 269=0 270=101.026 271=1000000 272=20131126 299=00c00000001:A 9063=SP
269=1 270=101.034 10=182
In my quickfix code, in Session.cs file, Next(string msgStr) function is
getting above mentioned string as msgStr.
But inside Next(string msgStr) function when the msgStr is passed inside
below :
Message message = msgFactory_.Create(beginString, msgType.Obj);
message.FromString(msgStr, this.ValidateLengthAndChecksum,
this.SessionDataDictionary, this.ApplicationDataDictionary,
this.msgFactory_);
the message format is getting changed to below one:
8=FIX.4.4 9=207 35=W 34=4 49=HSBCAPFIX 52=20131122-08:51:58.244
56=KRISQLSSTR 57=KRIS 55=USD/JPY 262=MARKETDATAID08:53:19.9019294 269=1
270=101.034 9063=SP 268=2 269=0 270=101.026 271=1000000 272=20131126
299=00c00000001:A 10=134
If we pass it to Next(message); function, It is giving error and generating
QuoteReject message as below:
8=FIX.4.4 9=146 35=3 34=4 49=KRISQLSSTR 50=KRIS 52=20131122-08:54:07.038
56=HSBCAPFIX 45=4 58=Incorrect NumInGroup count for repeating group 371=268
372=W 373=16 10=173
Here message.FromString(msgStr, this.ValidateLengthAndChecksum,
this.SessionDataDictionary, this.ApplicationDataDictionary,
this.msgFactory_);
Is changing the sequence of tags and also changing the value of tag 10.
Please help me in resolving this issue.
Thanks & Regards,
Nirjhar Jain
Software Engineer
COMMDEL
Commdel Consulting Services P Ltd,
H-134, Sector-63, Noida - U.P. (India)
<http://www.commdel.net/> www.commdel.net
A n I S O 9 0 0 1 : 2 0 0 8 C e r t i f i e d C o m p a n y
Payment Enterprise Mobility Internet
From: quickfixn-bounces at lists.quickfixn.com
[mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of Grant Birchmeier
Sent: Friday, November 22, 2013 8:48 PM
To: Mailing list for QuickFIX/n
Subject: Re: {{Quickfixn}} Please help me with Code regeneration using
nokogiri.gem file
I asked you multiple questions in my last reply, and you have chosen to
answer none of them.
I'm trying to help you, but you need to actually read and respond to the
questions I ask you.
On Fri, Nov 22, 2013 at 12:17 AM, Nirjhar Jain <nirjhar.jain at commdel.net
<mailto:nirjhar.jain at commdel.net> > wrote:
Hi All,
What If I download nokogiri from other machine and want to use it for
regeneration of code on other machine? I mean what I have to do after
downloading nokogiri-1.5.10-x86-mswin32-60.gem file?
While I double click on this file, it is asking for open with program.
Please help on How to use it for code regeneration.(Please tell the process
step wise.)
Its urgent.
Thanks & Regards,
Nirjhar Jain
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20131123/fd51d189/attachment-0002.htm>
More information about the Quickfixn
mailing list