jose_m has asked for the wisdom of the Perl Monks concerning the following question:

hello, anyone out there ever use Finance::FIX the write up on cpan is vague at best and i am wondering if it will work for what i need. any input appreciated. thanks, jose

http://search.cpan.org/~blair/Finance-FIX-0.01/lib/Finance/FIX.pm

Replies are listed 'Best First'.
Re: Finance::FIX module
by toolic (Bishop) on May 16, 2012 at 19:38 UTC
    I have never used it, but the MANIFEST link on Finance::FIX points you to a test which looks like it does something useful: t/parse.t

    Also, look at the source code. There are only about 10 lines of actual Perl code.