Thread: [Quickfix-developers] small bug in 1.6.0
Brought to you by:
orenmnero
From: Jo J. <jo...@tr...> - 2003-09-15 15:45:47
|
Hello, If you include quickfix/Messages.h, it attempts in include fix40/Messages.h, etc, which no longer exist. This caused me some compile errors when I first tried to build my project with the new version since I used Messages.h I got around this just by including the individual message headers I need. Jo |
From: Vitor C. <vc...@hi...> - 2003-09-15 16:14:25
|
Hello Jo, I believe that is how it's supposed to be done in v1.6.0. The size of the includes was to big to compile on some platforms. So I guess it not actually a bug. Regards, Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 16:46 To: qui...@li... Subject: [Quickfix-developers] small bug in 1.6.0 Hello, If you include quickfix/Messages.h, it attempts in include fix40/Messages.h, etc, which no longer exist. This caused me some compile errors when I first tried to build my project with the new version since I used Messages.h I got around this just by including the individual message headers I need. Jo |
From: Jo J. <jo...@tr...> - 2003-09-15 16:16:43
|
That is fine, but quickfix now includes a header file that includes other headers which no longer exist. -----Original Message----- From: Vitor Castro [mailto:vc...@hi...] Sent: Monday, September 15, 2003 11:14 To: 'Jo Janssens'; qui...@li... Subject: RE: [Quickfix-developers] small bug in 1.6.0 Hello Jo, I believe that is how it's supposed to be done in v1.6.0. The size of the includes was to big to compile on some platforms. So I guess it not actually a bug. Regards, Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 16:46 To: qui...@li... Subject: [Quickfix-developers] small bug in 1.6.0 Hello, If you include quickfix/Messages.h, it attempts in include fix40/Messages.h, etc, which no longer exist. This caused me some compile errors when I first tried to build my project with the new version since I used Messages.h I got around this just by including the individual message headers I need. Jo |
From: Vitor C. <vc...@hi...> - 2003-09-15 16:23:25
|
What I meant was that in this version you're not supposed to include Messages.h in the first place. Oren Miller explained this in is 2003/08/28 post regarding the release of v1.6.0. Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 17:17 To: 'Vitor Castro'; qui...@li... Subject: RE: [Quickfix-developers] small bug in 1.6.0 That is fine, but quickfix now includes a header file that includes other headers which no longer exist. -----Original Message----- From: Vitor Castro [mailto:vc...@hi...] Sent: Monday, September 15, 2003 11:14 To: 'Jo Janssens'; qui...@li... Subject: RE: [Quickfix-developers] small bug in 1.6.0 Hello Jo, I believe that is how it's supposed to be done in v1.6.0. The size of the includes was to big to compile on some platforms. So I guess it not actually a bug. Regards, Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 16:46 To: qui...@li... Subject: [Quickfix-developers] small bug in 1.6.0 Hello, If you include quickfix/Messages.h, it attempts in include fix40/Messages.h, etc, which no longer exist. This caused me some compile errors when I first tried to build my project with the new version since I used Messages.h I got around this just by including the individual message headers I need. Jo |
From: Parag T. <PT...@tc...> - 2003-09-16 10:23:59
|
Hi How is Reject Message mapped to application level message. Scenario: 1. Send new order message. 2. FIX execution unit reject this message. Client received FIX::Reject message. How can application map this message to the ealier message. The only ref is RefSeqNo. Is there any way for application to find the Message Sequence number of the message it has send earlier? And correlate the reject message with earlier message. thanks Parag |
From: Parag T. <PT...@tc...> - 2003-09-16 10:50:40
|
Hi there is no exception thrown by FIX::Session::sendToTarget( ) But there is no entry in outgoing log file. Has anyone faced similar scenario thanks Parag |