<html>
<head>
<meta name="generator" content="Windows Mail 17.5.9600.20911">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;"><div><div>Hello,</div><div><br></div><div>I develop a client application to the stock exchange. Data exchange takes place on the FIX protocol. I use the library QuickFix.Net.</div><div><br></div><div>When you receive a message PositionReport a deviation message. The documentation NoPositions broker has the following format:<br>702 NoPositions - required=Y<br>704 LongPos - required=N<br>705 ShortPos - required=N.</div><div><br></div><div>DataDictionary configured as follows:<br><group name="NoPositions" required="Y"><br>        <field name="LongQty" required="N" /><br>        <field name="ShortQty" required="N" /><br></group></div><div><br></div><div>If the position for Buy comes from a broker:<br>702=1|704=1000<br>then there is no problem.</div><div><br></div><div>If the broker's position comes to Sell:<br>702=1|705=1000<br>an error occurs and the message is rejected:<br>Group 702's first entry does not start with delimeter 704.</div><div><br></div><div>Please tell me how to fix this error.</div><div><br></div><div>P.S. Sorry for my translation via Google.Translate :)</div><div data-signatureblock="true">​<div>Regards,</div><div>Igor</div></div></div><div><br></div></div>
</body>
</html>