Re: [Quickfix-users] Incorrect Data Format aka possDupFlag issue
Brought to you by:
orenmnero
From: Mike G. <mg...@co...> - 2013-07-10 18:22:16
|
> > On Wed, Jul 10, 2013 at 1:03 PM, aupadras <ani...@ya...> wrote: > My other question..., is how to create a DC (execution reports) without > staging the order using Quick FIX ? i.e.., how to use Quick FIX for only > listening purposes (without sending the actual message to Target) ? Is this > possible, if so how ? If your counterparty supports sending drop copies in the form of ExecutionReports, your drop copy client will be essentially the same as your app that sends NewOrderSingles. I.e. you will implement the onMessage() callback for ExecutionReports and process them when they arrive. But first you need to find out if your counterparty supports drop copy. If they do, they will set up a separate Session for this purpose. You cannot simply connect another Initiator app to the same FIX Session. -- Mike Gatny Connamara Systems, LLC |