Re: [Quickfix-users] Quick Fix & drop copies
Brought to you by:
orenmnero
From: Brian E. <azz...@ya...> - 2005-01-20 16:21:02
|
My FIX server (acceptor) sends drop copies. You should send them as ExecutionReports - at least in 4.3 and above, pretty much every field in a NewOrderSingle also appears in the ExecutionReport. The ExecType should probably be 'New' - that's how I've implemented it. If the actual status of the order is something other than 'New', you can indicate that in the OrdStatus field. - Brian Erst --- Matt Fitzpatrick <ma...@ba...> wrote: > Can I use quick fix to process drop copies? > > |