<div dir="ltr"><div class="gmail_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="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 17, 2015 at 8:18 AM, Huw Jenkins <span dir="ltr"><<a href="mailto:thedreamer2000@hotmail.com" target="_blank">thedreamer2000@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello,<br>
<br>
There's a basic getting started tutorial on codeproject. However, this does<br>
refer to the quickfix c++ wrapper as opposed to the pure .net implementation<br>
of quickfix (Quickfix/n).<br>
<br>
<a href="http://www.codeproject.com/Articles/145174/Fix-Message-Implementation-using-" rel="noreferrer" target="_blank">http://www.codeproject.com/Articles/145174/Fix-Message-Implementation-using-</a><br>
QuickFix<br>
<br>
However, the only differences required to get it working with the pure .net<br>
quickfix implementation is that instead of having to reference the two DLLs<br>
mentioned in the article (quickfix_net.dll and quickfix_net.message.dll) you<br>
only need to reference the single quickfix.dll that is part of the download.<br>
<br>
The only other differences are relatively minor in that it follows c# idioms<br>
(ie interfaces all start with I, methods and properties are all camel cased<br>
(that is OnMessage as opposed to onMessage)).<br>
The list of differences between the .net c++ wrapper for quickfix and the<br>
pure .net implementation can be found here:<br>
<br>
<a href="http://www.quickfixn.org/tutorial/compatibility" rel="noreferrer" target="_blank">http://www.quickfixn.org/tutorial/compatibility</a><br>
<br>
<br>
Beyond that there are some example applications on the quickfix/n website<br>
itself.<br>
<br>
<a href="http://www.quickfixn.org/tutorial/example-applications" rel="noreferrer" target="_blank">http://www.quickfixn.org/tutorial/example-applications</a><br>
<br>
(actually I've just found a codeproject article that seems to be an update<br>
of the previous that just relates to the pure .net implementation<br>
<br>
<a href="http://www.codeproject.com/Articles/448720/Implementation-of-FIX-messages-fo
r-Fix-sp-and" rel="noreferrer" target="_blank">http://www.codeproject.com/Articles/448720/Implementation-of-FIX-messages-fo<br>
r-Fix-sp-and</a>)<br>
<br>
<br>
anyway, hopefully that should be enough to get you started with a basic fix<br>
client (initiator) and server (acceptor).<br>
<br>
Cheers,<br>
<br>
Huw<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com">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><br clear="all"><div><br></div>-- <br><div class="gmail_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></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></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>
</div>