Re: [Quickfix-developers] Missing Header tags
Brought to you by:
orenmnero
From: Joaquín G. <j.g...@ra...> - 2009-09-23 14:50:39
|
Hi, Ok, I'm watching executor now, file Application.cpp and find: FIX::Session::sendToTarget(order, session_id); in the onMessage function. This function receives const FIX::SessionID& sessionID as an argument, which is not the case of my EnterOrder() function in which I do FIX::Session::sendToTarget(order); My question is: how can I pass sessionID to EnterOrder() as an argument? EnterOrder() is invoked from another function where sessionID is not present. I would like to copy from executor, bu there onMessage() is not invoked anywhere! Thanks. Joaquín. El 23/09/2009, a las 16:32, Mikhail Veygman escribió: That's correct. Since you use tradeclient as your example you can see that it is crafting the message by setting individual specific tags, in which case you can create custom messages outside of standard. Hence missing tags. My suggestion is to use executor as an example to follow in creating FIX messages. - Regards, Mikhail Veygman -----Original Message----- From: Joaquín Gracia <j.g...@ra...> To: Mikhail Veygman <mve...@gm...> Cc: qui...@li... Subject: Re: [Quickfix-developers] Missing Header tags Date: Wed, 23 Sep 2009 16:19:30 +0200 Yes, but quickfix is supposed to build headers and trailers, isn't it? In fact, it is managing heartbeat messages with no problem at all. Tag 34 is only missing in order messages. El 23/09/2009, a las 16:15, Mikhail Veygman escribió: If you manually create the message and set the fields you can do a lot of strange things. - Regards, Mikhail Veygman -----Original Message----- From: Joaquín Gracia <j.g...@ra...> To: qui...@li... Subject: [Quickfix-developers] Missing Header tags Date: Wed, 23 Sep 2009 15:44:57 +0200 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi all, QuickFix is sending order messages without tags 34 (MsgSeqNum) and 52 (SendingTime) Anyone knows why can this happen? Thank you. Joaquín Gracia. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |