[Quickfix-developers] Problem on execution report callback
Brought to you by:
orenmnero
|
From: quickfixuser <fw...@ro...> - 2007-06-18 20:34:54
|
Hi, I used.NET API of quickfix to send and receive orders. One test I did is to send an order to exchange with dupe ids and try to catch rejection. My problem is that I can see the order get rejected from fix log, with 35=8. However, the callback is not triggered at all. I have no problems to receive execution reports in normal conditons (correct order id). public override void onMessage( QuickFix42.ExecutionReport message, QuickFix.SessionID session ) Has anyone had any problem like this? Thanks quickfixuser -- View this message in context: http://www.nabble.com/Problem-on-execution-report-callback-tf3942661.html#a11183551 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |