[Quickfix-users] Quickfix c++ Session level rejection problem.....
Brought to you by:
orenmnero
From: Eranga S. <pe...@ri...> - 2007-08-23 13:30:45
|
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 |