Thread: [Quickfix-developers] QuickFIX Newbie Question about getting started...
Brought to you by:
orenmnero
From: Robert L. <le...@qe...> - 2009-11-03 16:32:33
|
This probably should be a FAQ.. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc. and all I need to do is implement an Application interface. However I want to use QuickFIX's application architecture and want to build my own. My questions are . Does QuickFIX support this? . What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email <mailto:le...@QE...> le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. |
From: Robert L. <le...@qe...> - 2009-11-03 16:43:12
|
"However I want to use QuickFIX's application architecture and want to build my own." Should read "However I want to use QuickFIX's application architecture and DON'T want to build my own." My apologies for the typo and the confusion. Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. From: Robert Levas [mailto:le...@qe...] Sent: Tuesday, November 03, 2009 11:32 AM To: qui...@li... Subject: [Quickfix-developers] QuickFIX Newbie Question about getting started... This probably should be a FAQ.. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc. and all I need to do is implement an Application interface. However I want to use QuickFIX's application architecture and want to build my own. My questions are . Does QuickFIX support this? . What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. |
From: Mikhail V. <mve...@gm...> - 2009-11-03 17:09:37
|
Just to clarify something: You don't want to inherit the FIX::Application to provide your logic for implementation of what to do with the messages and have QuickFIX do it for you? - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: le...@qe... To: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 11:42:57 -0500 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html “However I want to use QuickFIX’s application architecture and want to build my own.” Should read “However I want to use QuickFIX’s application architecture and DON’T want to build my own.” My apologies for the typo and the confusion. Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. From: Robert Levas [mailto:le...@qe...] Sent: Tuesday, November 03, 2009 11:32 AM To: qui...@li... Subject: [Quickfix-developers] QuickFIX Newbie Question about getting started... This probably should be a FAQ…. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc… and all I need to do is implement an Application interface. However I want to use QuickFIX’s application architecture and want to build my own. My questions are · Does QuickFIX support this? · What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Robert L. <le...@qe...> - 2009-11-03 18:08:26
|
Correct... I am investing whether I could implement my solution without having to implement FIX:Application, but still use the QuickFix library for message translation. If this is not possible, I am currently working on a solution that uses FIX:Application implementation(s) - this is a question for another thread. Thanks, Rob -----Original Message----- From: Mikhail Veygman [mailto:mve...@gm...] Sent: Tuesday, November 03, 2009 12:09 PM To: le...@qe... Cc: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Just to clarify something: You don't want to inherit the FIX::Application to provide your logic for implementation of what to do with the messages and have QuickFIX do it for you? - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: le...@qe... To: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 11:42:57 -0500 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html However I want to use QuickFIXs application architecture and want to build my own. Should read However I want to use QuickFIXs application architecture and DONT want to build my own. My apologies for the typo and the confusion. Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. From: Robert Levas [mailto:le...@qe...] Sent: Tuesday, November 03, 2009 11:32 AM To: qui...@li... Subject: [Quickfix-developers] QuickFIX Newbie Question about getting started... This probably should be a FAQ. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc and all I need to do is implement an Application interface. However I want to use QuickFIXs application architecture and want to build my own. My questions are Does QuickFIX support this? What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Mikhail V. <mve...@gm...> - 2009-11-03 18:22:05
|
It is not possible. In C++ you will have to create a derived class simply to satisfy Pure Virtual function requirements. Also you should ask yourself a simple question: What does QuickFIX know about what you need to do with the message? Even if the implementation of the methods in FIX::Application is done it would probably be a default implementation of "Do Nothing". - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: <le...@qe...> To: 'Mikhail Veygman' <mve...@gm...> Cc: qui...@li... Subject: RE: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 13:08:12 -0500 Correct... I am investing whether I could implement my solution without having to implement FIX:Application, but still use the QuickFix library for message translation. If this is not possible, I am currently working on a solution that uses FIX:Application implementation(s) - this is a question for another thread. Thanks, Rob -----Original Message----- From: Mikhail Veygman [mailto:mve...@gm...] Sent: Tuesday, November 03, 2009 12:09 PM To: le...@qe... Cc: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Just to clarify something: You don't want to inherit the FIX::Application to provide your logic for implementation of what to do with the messages and have QuickFIX do it for you? - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: le...@qe... To: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 11:42:57 -0500 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html However I want to use QuickFIXs application architecture and want to build my own. Should read However I want to use QuickFIXs application architecture and DONT want to build my own. My apologies for the typo and the confusion. Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. From: Robert Levas [mailto:le...@qe...] Sent: Tuesday, November 03, 2009 11:32 AM To: qui...@li... Subject: [Quickfix-developers] QuickFIX Newbie Question about getting started... This probably should be a FAQ. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc and all I need to do is implement an Application interface. However I want to use QuickFIXs application architecture and want to build my own. My questions are Does QuickFIX support this? What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Robert L. <le...@qe...> - 2009-11-03 18:32:32
|
Thanks for the quick reply on this. I already have a plan for the FIX::Application implementation in the works - assuming this may be the case. I will continue on my path then. Rob -----Original Message----- From: Mikhail Veygman [mailto:mve...@gm...] Sent: Tuesday, November 03, 2009 1:22 PM To: le...@qe... Cc: qui...@li... Subject: RE: [Quickfix-developers] QuickFIX Newbie Question about getting started... It is not possible. In C++ you will have to create a derived class simply to satisfy Pure Virtual function requirements. Also you should ask yourself a simple question: What does QuickFIX know about what you need to do with the message? Even if the implementation of the methods in FIX::Application is done it would probably be a default implementation of "Do Nothing". - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: <le...@qe...> To: 'Mikhail Veygman' <mve...@gm...> Cc: qui...@li... Subject: RE: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 13:08:12 -0500 Correct... I am investing whether I could implement my solution without having to implement FIX:Application, but still use the QuickFix library for message translation. If this is not possible, I am currently working on a solution that uses FIX:Application implementation(s) - this is a question for another thread. Thanks, Rob -----Original Message----- From: Mikhail Veygman [mailto:mve...@gm...] Sent: Tuesday, November 03, 2009 12:09 PM To: le...@qe... Cc: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Just to clarify something: You don't want to inherit the FIX::Application to provide your logic for implementation of what to do with the messages and have QuickFIX do it for you? - Regards, Mikhail Veygman -----Original Message----- From: Robert Levas <le...@qe...> Reply-to: le...@qe... To: qui...@li... Subject: Re: [Quickfix-developers] QuickFIX Newbie Question about getting started... Date: Tue, 3 Nov 2009 11:42:57 -0500 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html However I want to use QuickFIXs application architecture and want to build my own. Should read However I want to use QuickFIXs application architecture and DONT want to build my own. My apologies for the typo and the confusion. Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. From: Robert Levas [mailto:le...@qe...] Sent: Tuesday, November 03, 2009 11:32 AM To: qui...@li... Subject: [Quickfix-developers] QuickFIX Newbie Question about getting started... This probably should be a FAQ. All of the docs I found on the site (http://www.quickfixengine.org/quickfix/doc/html/index.html), indicate that QuickFIX wants to do the connection management, logging, and etc and all I need to do is implement an Application interface. However I want to use QuickFIXs application architecture and want to build my own. My questions are Does QuickFIX support this? What classes should I look at in order to simply use QuickFIX to build and parse FIX messages for me? Thanks, Robert Levas Systems Architect/Developer QED Financial Systems, Inc. 10,000 Sagemore Marlton, New Jersey 08053 USA tel 856.797.1200 fax 856.797.9719 email le...@QE... This electronic message is intended only for the receipt by, and the personal and confidential use of, the designated recipient(s) named above. If you are not an intended recipient of this electronic message you are hereby notified that any review, dissemination, distribution or copy of this message is strictly prohibited. QED Financial Systems, Inc. reserves all rights to the content of this electronic message, which is the exclusive property of QED Financial Systems. ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |