Re: [Quickfix-users] Quickfix and PHP
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2009-01-23 17:09:10
|
Well you have a couple of choices you could either create a C++ (quickfix doesn't support C fyi) daemon that then does your Messages and make your website (php) send some sort of signal (either using a db or memory or files), or you could attempt to write an api using C++ as a plugin to php both having advantages and disadvantages On Fri, Jan 23, 2009 at 08:18, Michael Franze <mic...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi! > I have a PHP application that now also needs to generate FIX messages. > I have been looking at QuickFIX and it seems to have C/Ruby/Python API's - nut no PHP API. > Does anybody have any experience on how I could get my PHP app to talk to those API's. Not really looking for a full solution (would be nice though!), but some pointers would definitely be appreciated. > Michael > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |