Re: [Quickfix-developers] Using ODBC with SQLServer
Brought to you by:
orenmnero
From: <Nil...@co...> - 2008-03-10 07:52:33
|
Thanks Oren for the reply. I don't understand what do you mean by the direction field, I don't see such fields in message_log or message table. I see that the sender-compid and target-compid mentioned in the message (logged in text coloumn), doesn't match with the id stored in 'sendcompid' and 'targetcompid' column. Isn't this strange? Thanks -Nilesh The sender and target comp ids are merely identifiers for the session they do not belong to. The direction field is what is used to indicate direction. They only time you will see different values is if there are messages on multiple sessions. --oren On Mar 6, 2008, at 2:41 AM, <Nil...@co...> wrote: QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi I am using ODBC with SQL Server for logging purpose. I have observed some strange behavior, not sure if this is bug in QF. I am using QF 1.12.4. I assume that "message_log" table stores all incoming and outgoing messages. In my case it doing this job perfectly fine, no issues there. Assume that the server comp-id is "SERVER" and client comp-id is "CLIENT". What I see in "message_log" table is the sendercompid and targetcompid is always "SERVER" and "CLIENT" respectively. Irrespective of the incoming or outgoing message. Any idea what is going on here... Thanks & Regards -Nilesh >-----Original Message----- >From: qui...@li... [mailto:quickfix- >dev...@li...] On Behalf Of Oren Miller >Sent: Saturday, March 08, 2008 2:05 AM >To: Gajjar, Nilesh (Cognizant) >Cc: qui...@li... >Subject: Re: [Quickfix-developers] Using ODBC with SQLServer > >QuickFIX Documentation: >http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. |