Re: [Quickfix-developers] Quickfix c++ Session level rejectionproblem.....
Brought to you by:
orenmnero
|
From: Jeevaka D. <je...@bl...> - 2007-08-23 13:41:50
|
Do you have UseDataDictionary="Y", I guess by default QF doesn't use data dictionary. _____ From: qui...@li... [mailto:qui...@li...] On Behalf Of Eranga Samararathna Sent: Thursday, August 23, 2007 9:30 AM To: qui...@li...; qui...@li... Subject: [Quickfix-developers] Quickfix c++ Session level rejectionproblem..... Hi, I wrote a simple application using quickfix API ( c++). In there I used FIX 4.2. I change the new order single ( 35=D) fix 4.2 spec as <field name="Price" required="N"/>. Therefore my acceptor has to accept market orders without any error. (40 =1 ) But when the initiator send the mkt order my acceptor reject it session level indicating invalid value for price. But actually that message does not contain a price field. This works fine for limit orders. Any help highly appreciate. Regards, Eranga |