<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yiv0452069145"><div id="yui_3_16_0_1_1433778152176_1230229"><div style="color:#000;background-color:#fff;font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;" id="yui_3_16_0_1_1433778152176_1230228"><div id="yui_3_16_0_1_1433778152176_1230227"><span id="yui_3_16_0_1_1433778152176_1230226">There is still one thing that I don't get...if I do the initiator and acceptor as per the example then how does that communicate (the acceptor) to my application (in my case bloomberg AIM)...</span></div><div id="yui_3_16_0_1_1433778152176_1230227"><span><br></span></div><div id="yui_3_16_0_1_1433778152176_1230227"><span><br></span></div><div></div><div id="yui_3_16_0_1_1433778152176_1230230"> </div><div class="yiv0452069145signature" id="yui_3_16_0_1_1433778152176_1230232"><div id="yui_3_16_0_1_1433778152176_1230231"><a rel="nofollow" shape="rect" target="_blank" href="http://ca.linkedin.com/in/elietawil"><img class="yiv0452069145withtext" src="http://s4.licdn.com/scds/common/u/img/webpromo/btn_in_20x15.png" alt="View my profile on LinkedIn" style="margin:0px 0px 5px;padding:0px;outline:0px;font-size:11px;vertical-align:middle;color:rgb(0, 102, 153);line-height:13px;text-align:center;font-family:Arial, Helvetica, 'Nimbus Sans L', sans-serif;" height="15" width="20" data-id="3f1cd438-916c-3eca-5ece-21cadae19bf9"><span style="color:rgb(0, 102, 153);font-size:11px;line-height:13px;text-align:center;font-family:Arial, Helvetica, 'Nimbus Sans L', sans-serif;">View Elie El-Tawil's profile</span></a></div><div style="color:rgb(0, 102, 153);font-size:11px;font-family:Arial, Helvetica, 'Nimbus Sans L', sans-serif;" id="yui_3_16_0_1_1433778152176_1230233"><br clear="none"></div></div>  <br clear="none"><div class="yiv0452069145qtdSeparateBR" id="yui_3_16_0_1_1433778152176_1230451"><br clear="none"><br clear="none"></div></div></div></div><div class=".yiv0452069145yahoo_quoted"> <div style="font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"> <div style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"> <div class="qtdSeparateBR"><br><br></div><div class="yiv0452069145yqt8097274982" id="yiv0452069145yqt04458"><div dir="ltr"> <font size="2" face="Arial"> On Wednesday, June 17, 2015 10:16 AM, Grant Birchmeier <gbirchmeier@connamara.com> wrote:<br clear="none"> </font> </div>  <br clear="none"><br clear="none"> <div class="yiv0452069145y_msg_container"><div id="yiv0452069145"><div><div dir="ltr"><div class="yiv0452069145gmail_default" style="font-size:small;color:#000000;">Or you could just start with the Example apps, which is what I would recommend.</div></div><div class="yiv0452069145gmail_extra"><br clear="none"><div class="yiv0452069145yqt2155847620" id="yiv0452069145yqt42011"><div class="yiv0452069145gmail_quote">On Wed, Jun 17, 2015 at 8:18 AM, Huw Jenkins <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:thedreamer2000@hotmail.com" target="_blank" href="mailto:thedreamer2000@hotmail.com">thedreamer2000@hotmail.com</a>></span> wrote:<br clear="none"><blockquote class="yiv0452069145gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br clear="none">
Hello,<br clear="none">
<br clear="none">
There's a basic getting started tutorial on codeproject. However, this does<br clear="none">
refer to the quickfix c++ wrapper as opposed to the pure .net implementation<br clear="none">
of quickfix (Quickfix/n).<br clear="none">
<br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://www.codeproject.com/Articles/145174/Fix-Message-Implementation-using-">http://www.codeproject.com/Articles/145174/Fix-Message-Implementation-using-</a><br clear="none">
QuickFix<br clear="none">
<br clear="none">
However, the only differences required to get it working with the pure .net<br clear="none">
quickfix implementation is that instead of having to reference the two DLLs<br clear="none">
mentioned in the article (quickfix_net.dll and quickfix_net.message.dll) you<br clear="none">
only need to reference the single quickfix.dll that is part of the download.<br clear="none">
<br clear="none">
The only other differences are relatively minor in that it follows c# idioms<br clear="none">
(ie interfaces all start with I, methods and properties are all camel cased<br clear="none">
(that is OnMessage as opposed to onMessage)).<br clear="none">
The list of differences between the .net c++ wrapper for quickfix and the<br clear="none">
pure .net implementation can be found here:<br clear="none">
<br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://www.quickfixn.org/tutorial/compatibility">http://www.quickfixn.org/tutorial/compatibility</a><br clear="none">
<br clear="none">
<br clear="none">
Beyond that there are some example applications on the quickfix/n website<br clear="none">
itself.<br clear="none">
<br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://www.quickfixn.org/tutorial/example-applications">http://www.quickfixn.org/tutorial/example-applications</a><br clear="none">
<br clear="none">
(actually I've just found a codeproject article that seems to be an update<br clear="none">
of the previous that just relates to the pure .net implementation<br clear="none">
<br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://www.codeproject.com/Articles/448720/Implementation-of-FIX-messages-fo%20r-Fix-sp-and">http://www.codeproject.com/Articles/448720/Implementation-of-FIX-messages-fo<br clear="none">
r-Fix-sp-and</a>)<br clear="none">
<br clear="none">
<br clear="none">
anyway, hopefully that should be enough to get you started with a basic fix<br clear="none">
client (initiator) and server (acceptor).<br clear="none">
<br clear="none">
Cheers,<br clear="none">
<br clear="none">
Huw<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
_______________________________________________<br clear="none">
Quickfixn mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:Quickfixn@lists.quickfixn.com" target="_blank" href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br clear="none">
</blockquote></div></div><br clear="none"><br clear="all"><div><br clear="none"></div>-- <br clear="none"><div class="yiv0452069145gmail_signature"><div><font size="2"><span style="background-color:#000000;"><span style="background-color:#ffffff;">Grant Birchmeier</span></span></font><font size="2"><font color="#3333ff"><br clear="none"></font></font></div><div><font size="2"><b><font color="#3333ff"><span style="background-color:#ffcc33;"><span style="background-color:#ffcc66;"><span style="background-color:#ffcc99;"><span style="background-color:#ffffff;"><span style="background-color:#ffcc00;">Connamara Systems, LLC</span></span></span></span></span></font></b></font><br clear="none"></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 clear="none"></font></b></font></div><div><font size="2"><a rel="nofollow" shape="rect" target="_blank" href="http://connamara.com/">http://connamara.com</a><br clear="none"></font></div></div>
</div></div></div><br clear="none"><div class="yiv0452069145yqt2155847620" id="yiv0452069145yqt37220">_______________________________________________<br clear="none">Quickfixn mailing list<br clear="none"><a rel="nofollow" shape="rect" ymailto="mailto:Quickfixn@lists.quickfixn.com" target="_blank" href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br clear="none"><a rel="nofollow" shape="rect" target="_blank" href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br clear="none"></div><br clear="none"><br clear="none"></div></div>  </div> </div>  </div></div></body></html>