<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Ok, I see what your problem is, and there's a few things going on here.</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><b>1) You didn't say what FIX version you're supposed to be using</b>. I suspect you're trying to add a FIX42 field to a FIX44 message or something. Can you write code using fully-qualified types, e.g. Quickfix.FIX42.IndicationOfInterest() ?</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><b>2) Differences between FIX versions</b>: In FIX4x, the message type is "IndicationOfInterest" in our current builds. In FIX5+, it's "IOI". (I see that in the current FIXimate, it's "IOI" in all versions. I'm not sure why it's different in QF/n; I wonder if they back-changed it in FIX4x when they released FIX5. Strange.)</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Anyway, if you're using FIX42, it's "IndicationOfInterest", and field 27 is "IOIShares".</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">If you're FIX44, it's "IndicationOfInterest", and field 27 is "IOIQty".</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">If you're FIX50+, it's "IOI", and field 27 is "IOIQty".</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><b>3) Be aware of custom data dictionaries: </b>Every counterparty is going to fiddle with the data dictionary, and yours probably will too. QF/n's message/field classes are generated from the default DataDictionary. To handle customizations, you'll need to familiarize yourself with the generic field getter/setters (such as I described in my previous response), or regenerate code and make your own QF/n build.</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Regardless, you'll also need to edit your FIXnn.xml DataDictionary file to match your counterparty's customizations. (Check their spec.) The QF/n engine will reject messages that don't conform to the DD that it is configured with.</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><b>4) I have a feeling I’m going to have to use a different FIX engine.</b><span class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><b> </b>Hey, do what you have to do. But QF/n is a good and proven engine, and at the moment, it seems some of your issues are due more to being new to FIX than the quirks of the engine. (Oh-- and also due to your using VB. In like 7 years, this is probably only the 3rd time I've fielded a question from someone using VB!)</span></div><div dir="ltr"><span class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></span></div><div><span class="gmail_default" style="font-size:small;color:rgb(0,0,0)">-Grant</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 11, 2020 at 8:32 AM Wayne Kaplan <<a href="mailto:wkaplan@financialnortheastern.com">wkaplan@financialnortheastern.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div lang="EN-US">
<div class="gmail-m_3592268260173776047WordSection1">
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Before I do your suggestion about creating a generic “new StringField(23)” ,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">I typed this and got the following error;<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Dim lxIOI As New IndicationOfInterest()<u></u><u></u></span></p>
<p class="MsoNormal" style="text-indent:0.5in"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">'lxIOI.IOIid = New IOIid(NextFIXORDERID)<u></u><u></u></span></p>
<p class="MsoNormal" style="text-indent:0.5in"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">lxIOI.IOITransType = New IOITransType(IOITransType.[NEW])<u></u><u></u></span></p>
<p class="MsoNormal" style="text-indent:0.5in"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">lxIOI.Symbol = New Symbol(lorow.Item("f48"))<u></u><u></u></span></p>
<p class="MsoNormal" style="text-indent:0.5in"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">lxIOI.Side = New Side(Side.UNDISCLOSED)<u></u><u></u></span></p>
<p class="MsoNormal" style="text-indent:0.5in"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">lxIOI.IOIShares = New IOIShares(1000)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121);background:yellow">'IOIShares' is not a member of 'IndicationOfInterest'.</span><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<div>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">I have a feeling I’m going to have to use a different FIX engine.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Do you have any suggestions?<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Free would be best…
</span><span style="font-family:Wingdings;color:rgb(31,78,121)">J</span><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Thanks<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,78,121)">Wayne<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Calibri,sans-serif;color:rgb(31,73,125)"><br>
<br>
</span><span style="color:rgb(31,73,125)"><br>
<u></u><u></u></span></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="640" style="width:480pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Wayne Kaplan</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Senior Software Developer</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><img width="242" height="95" id="gmail-m_3592268260173776047_x0000_i1032" src="cid:17034fe733b4ce8e91"></span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">100 Passaic Avenue</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
<td width="495" style="width:371pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">973-396-1057 Direct</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Fairfield, NJ 07004</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">866-855-1504 Fax</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">800-362-9876 x1205</span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)"><a href="mailto:wkaplan@financialnortheastern.com" target="_blank">wkaplan@financialnortheastern.com</a></span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><img width="354" height="14" id="gmail-m_3592268260173776047_x0000_i1031" src="cid:17034fe733c5b006a2"></span><span style="color:rgb(31,73,125)"><u></u><u></u></span></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:109pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><a href="http://www.financialnortheastern.com/" target="_blank"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">www.financialnortheastern.com</span></a><u></u><u></u></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11pt;font-family:Calibri,sans-serif">From:</span></b><span style="font-size:11pt;font-family:Calibri,sans-serif"> Quickfixn [mailto:<a href="mailto:quickfixn-bounces@lists.quickfixn.com" target="_blank">quickfixn-bounces@lists.quickfixn.com</a>]
<b>On Behalf Of </b>Grant Birchmeier<br>
<b>Sent:</b> Monday, February 10, 2020 6:07 PM<br>
<b>To:</b> Mailing list for QuickFIX/n <<a href="mailto:quickfixn@lists.quickfixn.com" target="_blank">quickfixn@lists.quickfixn.com</a>><br>
<b>Subject:</b> Re: {{Quickfixn}} IndicationOfInterest - IOIid error<u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal"><span style="color:black">Oh, now it makes sense. You're using VB, which is case-insensitive.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">This has never come up before because QF/n is compiled from C#, and most QF/n users are using C#.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">Annoyingly, the only reason there's two of them is because FIX5+ changed the case.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">I think you can get around this by calling the no-params IndicationOfInterest constructor, and then adding the fields separately. Instead of using the IOIid constructor, you can create a generic "new StringField(23)",
and then add it with setString(stringField). You can later retrieve it with GetString(23).<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><u></u> <u></u></span></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">On Mon, Feb 10, 2020 at 4:35 PM Wayne Kaplan <<a href="mailto:wkaplan@financialnortheastern.com" target="_blank">wkaplan@financialnortheastern.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border-top:none;border-right:none;border-bottom:none;border-left:1pt solid rgb(204,204,204);padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Dim lxIOI As New IndicationOfInterest(New IOIid(NextFIXORDERID),</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"> New IOITransType(IOITransType.[NEW]),</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"> New Symbol(lorow.Item("f48")),</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"> New Side(Side.UNDISCLOSED),</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"> New IOIShares(1000))</span><u></u><u></u></p>
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><br>
<br>
<br>
</span><u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="640" style="width:480pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Wayne Kaplan</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Senior Software Developer</span><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><img border="0" width="242" height="95" id="gmail-m_3592268260173776047gmail-m_-1334136765123944721_x005f_x0000_i1029" src="cid:17034fe733b4ce8e91"></span><u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">100 Passaic Avenue</span><u></u><u></u></p>
</td>
<td width="495" style="width:371pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">973-396-1057 Direct</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Fairfield, NJ 07004</span><u></u><u></u></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">866-855-1504 Fax</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">800-362-9876 x1205</span><u></u><u></u></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)"><a href="mailto:wkaplan@financialnortheastern.com" target="_blank">wkaplan@financialnortheastern.com</a></span><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><img border="0" width="354" height="14" id="gmail-m_3592268260173776047gmail-m_-1334136765123944721_x005f_x0000_i1028" src="cid:17034fe733c5b006a2"></span><u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:109pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><a href="http://www.financialnortheastern.com/" target="_blank"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">www.financialnortheastern.com</span></a></span><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal"><b><span style="font-size:11pt;font-family:Calibri,sans-serif">From:</span></b><span style="font-size:11pt;font-family:Calibri,sans-serif"> Quickfixn [mailto:<a href="mailto:quickfixn-bounces@lists.quickfixn.com" target="_blank">quickfixn-bounces@lists.quickfixn.com</a>]
<b>On Behalf Of </b>Grant Birchmeier<br>
<b>Sent:</b> Monday, February 10, 2020 5:33 PM<br>
<b>To:</b> Mailing list for QuickFIX/n <<a href="mailto:quickfixn@lists.quickfixn.com" target="_blank">quickfixn@lists.quickfixn.com</a>><br>
<b>Subject:</b> Re: {{Quickfixn}} IndicationOfInterest - IOIid error</span><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><span style="color:black">Can you show the actual code lines that caused this?</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">On Mon, Feb 10, 2020 at 3:42 PM Wayne Kaplan <<a href="mailto:wkaplan@financialnortheastern.com" target="_blank">wkaplan@financialnortheastern.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border-top:none;border-right:none;border-bottom:none;border-left:1pt solid rgb(204,204,204);padding:0in 0in 0in 6pt;margin:5pt 0in 5pt 4.8pt">
<div>
<div>
<p class="MsoNormal">I’m getting this message when trying to create a
<span style="color:black">IndicationOfInterest message…</span><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal">'IOIid' is ambiguous in the namespace 'QuickFix.Fields'<u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">There are 2 entries in the QuickFix.fields …<u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal">“IOIid” & “IOIID”<br>
<br>
<br>
<u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="640" style="width:480pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Wayne Kaplan</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Senior Software Developer</span><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><img border="0" width="242" height="95" id="gmail-m_3592268260173776047gmail-m_-1334136765123944721gmail-m_5495159592457448065_x005f_x0000_i1026" src="cid:17034fe733b4ce8e91"><u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:480pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">100 Passaic Avenue</span><u></u><u></u></p>
</td>
<td width="495" style="width:371pt;padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">973-396-1057 Direct</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">Fairfield, NJ 07004</span><u></u><u></u></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">866-855-1504 Fax</span><u></u><u></u></p>
</td>
</tr>
<tr style="height:15pt">
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">800-362-9876 x1205</span><u></u><u></u></p>
</td>
<td style="padding:0in;height:15pt">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)"><a href="mailto:wkaplan@financialnortheastern.com" target="_blank">wkaplan@financialnortheastern.com</a></span><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<p class="MsoNormal"><img border="0" width="354" height="14" id="gmail-m_3592268260173776047gmail-m_-1334136765123944721gmail-m_5495159592457448065_x005f_x0000_i1025" src="cid:17034fe733c5b006a2"><u></u><u></u></p>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0" width="0" style="width:109pt;border-collapse:collapse">
<tbody>
<tr style="height:15pt">
<td width="145" style="width:109pt;padding:0in;height:15pt">
<p class="MsoNormal"><a href="http://www.financialnortheastern.com/" target="_blank"><span style="font-size:10pt;font-family:"Berthold Akzidenz Grotesk BE";color:rgb(1,50,91)">www.financialnortheastern.com</span></a><u></u><u></u></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Arial,sans-serif;color:gray">Although all information has been obtained from sources that Financial Northeastern Corporation and Financial
Northeastern Securities believe to be reliable we do not guarantee its accuracy or completeness. All prices, yields and availability are subject to change without notice. Securities offered through Financial Northeastern Securities, a registered broker/dealer.<br>
<br>
Financial Northeastern Corporation<br>
FNC Insurance Services, Inc.<br>
Financial Northeastern Securities, Inc.<br>
<br>
100 Passaic Avenue<br>
Fairfield, New Jersey 07004<br>
(800) FNC-4141 or (973) 882-9337<br>
<br>
485 Metro Place South<br>
Suite 465<br>
Dublin, Ohio 43017<br>
(877) 889-1095</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal">_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com" target="_blank">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<p class="MsoNormal">--
<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:10pt;background:white">Grant Birchmeier</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10pt;color:rgb(51,51,255);background:rgb(255,204,0)">Connamara Systems, LLC</span></b><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10pt">Made-To-Measure Trading Solutions.</span></b><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt">Exactly what you need. No more. No less.</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt"><a href="http://connamara.com" target="_blank">http://connamara.com</a></span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><br>
<span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(29,28,29);background:white">This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies
of the message. Thank you from Connamara Systems, LLC.</span><u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Arial,sans-serif;color:gray">Although all information has been obtained from sources that Financial Northeastern Corporation and Financial Northeastern Securities believe to be reliable we do
not guarantee its accuracy or completeness. All prices, yields and availability are subject to change without notice. Securities offered through Financial Northeastern Securities, a registered broker/dealer.<br>
<br>
Financial Northeastern Corporation<br>
FNC Insurance Services, Inc.<br>
Financial Northeastern Securities, Inc.<br>
<br>
100 Passaic Avenue<br>
Fairfield, New Jersey 07004<br>
(800) FNC-4141 or (973) 882-9337<br>
<br>
485 Metro Place South<br>
Suite 465<br>
Dublin, Ohio 43017<br>
(877) 889-1095<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal">_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com" target="_blank">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:10pt;background:white">Grant Birchmeier</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10pt;color:rgb(51,51,255);background:rgb(255,204,0)">Connamara Systems, LLC</span></b><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10pt">Made-To-Measure Trading Solutions.</span></b><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt">Exactly what you need. No more. No less.</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10pt"><a href="http://connamara.com" target="_blank">http://connamara.com</a></span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><br>
<span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(29,28,29);background:white">This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies
of the message. Thank you from Connamara Systems, LLC.</span><u></u><u></u></p>
</div>
<br>
<hr>
<div style="color:gray;font:10pt arial,sans-serif">Although all information has been obtained from sources that Financial Northeastern Corporation and Financial Northeastern Securities believe to be reliable we do not guarantee its accuracy or completeness.
All prices, yields and availability are subject to change without notice. Securities offered through Financial Northeastern Securities, a registered broker/dealer.<br>
<br>
Financial Northeastern Corporation<br>
FNC Insurance Services, Inc.<br>
Financial Northeastern Securities, Inc.<br>
<br>
100 Passaic Avenue<br>
Fairfield, New Jersey 07004<br>
(800) FNC-4141 or (973) 882-9337<br>
<br>
485 Metro Place South<br>
Suite 465<br>
Dublin, Ohio 43017<br>
(877) 889-1095</div>
</div>
_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com" target="_blank">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div><font size="2"><span style="background-color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">Grant Birchmeier</span></span></font><font size="2"><font color="#3333ff"><br></font></font></div><div><font size="2"><b><font color="#3333ff"><span style="background-color:rgb(255,204,51)"><span style="background-color:rgb(255,204,102)"><span style="background-color:rgb(255,204,153)"><span style="background-color:rgb(255,255,255)"><span style="background-color:rgb(255,204,0)">Connamara Systems, LLC</span></span></span></span></span></font></b></font><br></div><div><font size="2"><b>Made-To-Measure Trading Solutions.</b></font></div><div><font size="2">Exactly what you need. No more. No less.</font><font size="2"><b><font color="#3333ff"><br></font></b></font></div><div><font size="2"><a href="http://connamara.com" target="_blank">http://connamara.com</a><br></font></div></div>
<br>
<span style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;white-space:pre-wrap;background-color:white"><font size="2">This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you from Connamara Systems, LLC.</font></span>