Skip to content
Prev 1108 / 15274 Next

R Implementation of FIX

On 18 October 2006 at 21:23, Tom Johnson wrote:
| Does anyone please know of an example of R (or S-Plus) code being used to
| implement the FIX ("Financial Information eXchange") protocol for
| communicating securities transactions between two parties?  I only know of
| implementations in C++, Visual Basic, Delphi, Java, etc.  Thanking you for
| any leads,  Tom

Your best best, IMHO, is to take one of those C++ libraries and to write some
R glue code.  Or to higher someone who can do it for you.

There are numerous example packages on CRAN which do exactly that: provide R
access to and from external libraries, often written in C, C++ or Fortran.

Dirk