http://www.perlmonks.org?node_id=1185004

Hello!

binary.com is glad to annonce new module Protocol::FIX to parse and serialize FIX messages (Financial Information eXchange).

With the module it now becomes much more easy to create your own FIX-client or FIX-server in Perl.

Any comments or feedback are very welcome!

WBR, basiliscos.

Replies are listed 'Best First'.
Re: new module - Protocol::FIX
by stevieb (Canon) on Mar 17, 2017 at 22:57 UTC

    It may be handy if you could post a brief snip of a working example here in your post so that people don't have to drill down ;)

      here is an example, shipped with the distribution.

      The problem is that in FIX there is a next layer of abstraction, i.e. something like session management; for example LogOn message should be the first etc. - it may be the next module, through I'm not sure, becasue there might be proprietary extensions (in form of custom Fiels, Messages); hence, it might be a little bit tricky to support that in generic session management.

      PS. Protocol::FIX supports loading of custom extensions.

      WBR, basiliscos.