FIX needs to be transport independent (so may people could just use Internet) for the transport layer. FIX 5-0 moves far along in this direction. Take a look at RabbitMQ and AMQP and make a mental note that Red Hat just joined FIX as a full memeber. Another very cool area at FIX is algorithmic trading. Register here for free with just a email, name and firm: http://www.fixprotocol.org/register Then log in! And go to: http://www.fixprotocol.org/working_groups/algowg/documents You will see the press release, plus slides and audio MP3 from the 7/25 press event. You will also get access to the .xml, .xsd and .xst files including sample algo strategies from 15 large firms. Strikes me that perl could be used to render some very nice trader GUI's using that .xml base. For open source FIX engines you can use QuickFix or QuickFix/J. For this thing to really fly however we need a very lightweight FIX engine that uses ws-reliable messaging and ws-security righ over the Internet. I'm not a perl expert but perhaps the guys at Red Hat would have some ideas? Rick

In reply to Re: Is a FIX protocol module needed? by Anonymous Monk
in thread Is a FIX protocol module needed? by apl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.