Discussion Forums

Re: Get Executions for all orders input
Jörg Thönnes / Macdonald Associates
19 Oct 2006 8:52AM ET

> Hi I need to recive executions of the orders (filles or partially
> filled) inputed by our traders througth GUI. Is it possible? I take a
> look to the "Order status request" but this request don't help me,
> because the field OrderId is required and I don't know how to fill it.

The field OrderID is optional, but the field ClOrdID is required. It tells the other side which order you are talking about.

Since only orders sent via FIX have the field ClOrdID (order input via a GUI return ExecutionReports with unset ClOrdID), you have to identify the order by other means.

Starting with FIX 4.3, there is a OrderMassStatusRequest, which allows you to query the status of all orders matching specific criteria. Have a look at this message and see if it helps you.

Cheers, Jörg


Get Executions for all orders input
Claudia Porta / Banca Akros s.p.a.   17 Oct 2006 8:38AM ET
Re: Get Executions for all orders input
Jörg Thönnes / Macdonald Associates   19 Oct 2006 8:52AM ET