{{Quickfixn}} FIX Beginner

Elie El-Tawil eetawil at yahoo.com
Wed Jun 17 08:57:29 PDT 2015


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)...

 View Elie El-Tawil's profile
 


   

  On Wednesday, June 17, 2015 10:16 AM, Grant Birchmeier <gbirchmeier at connamara.com> wrote:
   

 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

_______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20150617/f970684a/attachment-0002.htm>


More information about the Quickfixn mailing list