[Quickfix-developers] quickfix bindings for PHP
Brought to you by:
orenmnero
From: Aaron v. M. <aa...@ex...> - 2004-10-15 19:05:31
|
Hi everyone, I am working on a financial services system in PHP, and I am interested in using the quickfix engine to process transactions. Ideally I'd like to use PHP for this, since the rest of the codebase is already PHP. I see that the python bindings for quickfix were made using swig. I attempted to use the same swig file (src/python/quickfix.i) to create PHP bindings in a src/php directory, but I ended up with only warnings and parse errors from gcc when compiling. Has anyone had any experience creating bindings in new languages for quickfick? Cheers, -Aaron van Meerten |