Enquiry on multiple orders

Imported from previous forum

To whom it may concern,

Currently our system supports deal/order enquiry using Order Status Enquiry (MsgType=H) and Execution Report (MsgType=8). However it only supports a single order. If we want to support multiple orders
enquiry, what is the conventional way? Can we use Trade Capture Report for the purpose?

Many Thanks,
Jack

You can use Order Mass Status Request (message type = AF)

You can use Order Mass Status Request (message type = AF)

Thx a lot. I suppose we should use Execution Report (MsgType=8) to reply to Order Mass Status Request (MsgType=AF). However, assume we have 50 orders fitting the status enquiry criteria, should we return 50 Execution Report messages one by one? In fact I am thinking if we could return a single Execution Report but containing 20 order details.

You should return 50 Execution Reports with ExecType=“Order Status” for each order that matches the criteria provided on the request.

You should return 50 Execution Reports with ExecType=“Order Status” for
each order that matches the criteria provided on the request.

Thx a lot.