Thread: [Quickfix-developers] Can anyone help a begginer?
Brought to you by:
orenmnero
From: Joaquín G. <j.g...@ra...> - 2009-04-13 10:40:04
|
Hi, I need to develop a c++ application that sends and receives FIX messages. Of course, the app will perform different tasks depending on the content of the incoming messages and will compose the outgoing messages (orders) depending on input from the user and/or other apps (through msmq). The thing is that I am absolutely new to quickFIX and my skills in c++ are more focused on "get it working" rather than on deep knowledge. I have been browsing QuickFIX documentation, but I get stuck in some places. Can anyone give a "receipt" to do what I need? Any help would be welcome. Thanks. J. Gracia. |
From: Julian <jul...@pr...> - 2009-04-13 11:57:40
|
Hi Joaquin, Here is a post which might help a beginner, is what I've learned in my short experience: http://staff.prosoftwarefactory.com.ar/blogs/julian/ Hope it helps you. Cheers, Julián Mendiola | PSF Developer Leader http://www.prosoftwarefactory.com.ar -----Original Message----- From: Joaquín Gracia [mailto:j.g...@ra...] Sent: Monday, April 13, 2009 7:40 AM To: qui...@li... Subject: [Quickfix-developers] Can anyone help a begginer? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, I need to develop a c++ application that sends and receives FIX messages. Of course, the app will perform different tasks depending on the content of the incoming messages and will compose the outgoing messages (orders) depending on input from the user and/or other apps (through msmq). The thing is that I am absolutely new to quickFIX and my skills in c++ are more focused on "get it working" rather than on deep knowledge. I have been browsing QuickFIX documentation, but I get stuck in some places. Can anyone give a "receipt" to do what I need? Any help would be welcome. Thanks. J. Gracia. ---------------------------------------------------------------------------- -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.0.238 / Virus Database: 270.11.54/2056 - Release Date: 04/13/09 05:51:00 |
From: Kenny S. <ks...@co...> - 2009-04-13 14:00:19
|
Joaquin, I would also recommend looking at the examples that ship with quickfix in the examples folder. On Mon, Apr 13, 2009 at 6:25 AM, Julian < jul...@pr...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi Joaquin, > Here is a post which might help a beginner, is what I've learned in > my short experience: > > http://staff.prosoftwarefactory.com.ar/blogs/julian/ > > Hope it helps you. Cheers, > > Julián Mendiola | PSF Developer Leader > http://www.prosoftwarefactory.com.ar > > > > -----Original Message----- > From: Joaquín Gracia [mailto:j.g...@ra...] > Sent: Monday, April 13, 2009 7:40 AM > To: qui...@li... > Subject: [Quickfix-developers] Can anyone help a begginer? > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I need to develop a c++ application that sends and receives FIX > messages. Of course, the app will perform different tasks depending on > the content of the incoming messages and will compose the outgoing > messages (orders) depending on input from the user and/or other apps > (through msmq). > > The thing is that I am absolutely new to quickFIX and my skills in c++ > are more focused on "get it working" rather than on deep knowledge. > > I have been browsing QuickFIX documentation, but I get stuck in some > places. > > Can anyone give a "receipt" to do what I need? > > Any help would be welcome. > > Thanks. > > J. Gracia. > > > > > > ---------------------------------------------------------------------------- > -- > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.54/2056 - Release Date: 04/13/09 > 05:51:00 > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- Kenny Stone Connamara Systems, LLC |