<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 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@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">Hey guys,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m trying to write a processor for Fix 5.0 SP2 Execution report messages.  I’ve extended the application appropriately, and feel like I’m on the correct page.  I’ve defined the fix<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:Consolas;color:black">BeginString=FIX.5.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:Consolas;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black">And I’m pointing to a data dictionary that starts with
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:Consolas;color:blue"><</span><span style="font-size:7.5pt;font-family:Consolas;color:#A31515">fix</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">
</span><span style="font-size:7.5pt;font-family:Consolas;color:red">major</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">=</span><span style="font-size:7.5pt;font-family:Consolas;color:black">'</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">5</span><span style="font-size:7.5pt;font-family:Consolas;color:black">'</span><span
 style="font-size:7.5pt;font-family:Consolas;color:blue">
</span><span style="font-size:7.5pt;font-family:Consolas;color:red">minor</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">=</span><span style="font-size:7.5pt;font-family:Consolas;color:black">'</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">0</span><span style="font-size:7.5pt;font-family:Consolas;color:black">'</span><span
 style="font-size:7.5pt;font-family:Consolas;color:blue">></span><span style="font-size:10.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">However, I get the following exception when I try to set the seession settings base on my config file.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:Consolas;color:#2B91AF">SessionSettings</span><span style="font-size:7.5pt;font-family:Consolas;color:black"> settings =
</span><span style="font-size:7.5pt;font-family:Consolas;color:blue">new</span><span style="font-size:7.5pt;font-family:Consolas;color:black">
</span><span style="font-size:7.5pt;font-family:Consolas;color:#2B91AF">SessionSettings</span><span style="font-size:7.5pt;font-family:Consolas;color:black">(settingsFileInfo.FullName);</span><span style="font-size:10.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">Configuration failed: File C:\legend40\Projects\Legend40.TradeProcessing.Client.MarketAxess\bin\Debug\MarketAxess_5.0_Dev.cfg not found (Configuration failed: BeginString (FIX.5.0) must be FIX.4.0 to FIX.4.4 or
 FIXT.1.1)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">Hopefully I’m missing something simple, or someone could point me to some documentation that outlines configuration for the fix 5.0 Spec I’d be grateful.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">Thanks in advance.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">Pete<o:p></o:p></span></p>
</div>
</body>
</html>



<HTML><BR><br>The information contained in this electronic message is confidential and does not constitute investment advice or an offer to sell or the
 solicitation of an offer to purchase any security or investment product. Offers may only be made by means of delivery of an approved confidential offering memorandum, may be legally privileged and confidential under applicable law, and are intended only for the use of the individual or entity named above. We do not, and will not, effect or attempt to effect transactions in securities, or render personalized investment advice for compensation, through this email. All materials within this email have been provided to you for information purposes only and may not be relied upon by you in evaluating the merits of investing in any securities referenced herein. Our investment program involves substantial risk and no assurance can be given that our investment objectives will be achieved. Commodity trading involves substantial risk
 of loss. Past results are not necessarily indicative of future results.  Any review, retransmission, dissemination, or taking of any action in reliance
 upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Email transmissions are not secure, and we accept no liability for errors in transmission, delayed transmission, or other transmission-related issues. This message may contain confidential, proprietary or legally privileged information. Neither confidentiality nor any privilege is intended to be waived or lost by any error in transmission. Emails are subject to review and will be archived.</HTML>