{{Quickfixn}} FIX Beginner

Grant Birchmeier gbirchmeier at connamara.com
Wed Jun 17 07:16:14 PDT 2015


Or you could just start with the Example apps, which is what I would
recommend.

On Wed, Jun 17, 2015 at 8:18 AM, Huw Jenkins <thedreamer2000 at hotmail.com>
wrote:

>
> Hello,
>
> There's a basic getting started tutorial on codeproject. However, this does
> refer to the quickfix c++ wrapper as opposed to the pure .net
> implementation
> of quickfix (Quickfix/n).
>
>
> http://www.codeproject.com/Articles/145174/Fix-Message-Implementation-using-
> QuickFix
>
> However, the only differences required to get it working with the pure .net
> quickfix implementation is that instead of having to reference the two DLLs
> mentioned in the article (quickfix_net.dll and quickfix_net.message.dll)
> you
> only need to reference the single quickfix.dll that is part of the
> download.
>
> The only other differences are relatively minor in that it follows c#
> idioms
> (ie interfaces all start with I, methods and properties are all camel cased
> (that is OnMessage as opposed to onMessage)).
> The list of differences between the .net c++ wrapper for quickfix and the
> pure .net implementation can be found here:
>
> http://www.quickfixn.org/tutorial/compatibility
>
>
> Beyond that there are some example applications on the quickfix/n website
> itself.
>
> http://www.quickfixn.org/tutorial/example-applications
>
> (actually I've just found a codeproject article that seems to be an update
> of the previous that just relates to the pure .net implementation
>
>
> http://www.codeproject.com/Articles/448720/Implementation-of-FIX-messages-fo
> r-Fix-sp-and)
>
>
> anyway, hopefully that should be enough to get you started with a basic fix
> client (initiator) and server (acceptor).
>
> Cheers,
>
> Huw
>
>
>
>
>
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>



-- 
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20150617/a2207ce0/attachment-0002.htm>


More information about the Quickfixn mailing list