<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"MS Mincho";
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Century;
panose-1:2 4 6 4 5 5 5 2 3 4;}
@font-face
{font-family:Century;
panose-1:2 4 6 4 5 5 5 2 3 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:"MS PMincho";}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
{font-family:"\@MS Mincho";
panose-1:2 2 6 9 4 2 5 8 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p
{mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
span.EmailStyle20
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.EmailStyle21
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.EmailStyle22
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Is the code shown below enough to extract all the fileds form the exection report:<o:p></o:p></span></p>
<p><span style="font-family:Consolas;color:#2B91AF">SenderCompID</span><span style="font-family:Consolas"> sendComp =
<span style="color:blue">new</span> <span style="color:#2B91AF">SenderCompID</span>();<o:p></o:p></span></p>
<p><span style="font-family:Consolas;color:#2B91AF">Console</span><span style="font-family:Consolas">.WriteLine(<span style="color:#A31515">"Sender Comp :"</span> + m.Header.GetField(sendComp));</span><o:p></o:p></p>
<p><span style="font-family:Consolas;color:#2B91AF">TargetCompID</span><span style="font-family:Consolas"> targetComp =
<span style="color:blue">new</span> <span style="color:#2B91AF">TargetCompID</span>();</span><o:p></o:p></p>
<p><span style="font-family:Consolas;color:#2B91AF">Console</span><span style="font-family:Consolas">.WriteLine(<span style="color:#A31515">"Target Comp :"</span> + m.Header.GetField(targetComp));</span><o:p></o:p></p>
<p><span style="font-family:Consolas;color:#2B91AF">OrderID</span><span style="font-family:Consolas"> orderID =
<span style="color:blue">new</span> <span style="color:#2B91AF">OrderID</span>();</span><o:p></o:p></p>
<p><span style="font-family:Consolas;color:#2B91AF">Console</span><span style="font-family:Consolas">.WriteLine(<span style="color:#A31515">"Order ID is :"</span> + m.GetField(orderID));</span><o:p></o:p></p>
<p><span style="font-family:Consolas;color:#2B91AF">ExecID</span><span style="font-family:Consolas"> execID =
<span style="color:blue">new</span> <span style="color:#2B91AF">ExecID</span>();</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">As I am not able to get some fields (like the USI) using the the above code, altough I see the tag (1903) for the same in the execution report. My concern is
that if I am not able to extract the fields with the above code, will I have to extract the same from the execution report by storing it in a text file etc.. and than writing code to extract the fields?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal" style="text-align:justify;line-height:12.0pt;text-autospace:none">
<span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#4F81BD">Thanks & Regards,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:12.0pt;text-autospace:none">
<span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#4F81BD">Ashutosh Mishra<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:12.0pt;text-autospace:none">
<span style="font-family:"MS PMincho";color:black"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:12.0pt;text-autospace:none">
<span style="font-family:"MS PMincho";color:black">*********************************************************************************<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:12.0pt;text-autospace:none"><span style="font-family:"MS PMincho";color:black">This communication (including any attachments) is intended only or the use of the individual whom it is addressed and may contain information
that is privileged, confidential or legally protected. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received
this communication in error, please notify us immediately by replying to the message. Please also delete the message and its attachments, if any, from your computer and destroy any hard copies you may have created. Thank you for your cooperation.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"MS PMincho";color:black">*********************************************************************************</span><span style="font-size:10.5pt;font-family:"Century","serif";color:#1F497D"><o:p></o:p></span></p>
</div>
</div>
</body>
</html>