ER when canceling a partially filled order

Imported from previous forum

When cancel an order I receive an ER with order status CANCELED.
If the order is partially filled when I cancel, after receiving the ER with order status CANCELED
will I receive an ER with order status FILLED?

It should be cancelled, as cancelled order status has a higher precedence than the filled. See OrdStatus precedence list in the ExecutionReport (8) spec, also see the order state matrixes. In FIX 5.0 sp2 these are on p19 and p59.

Thank you very much Yemi Oluwi! The Order State Change Matrices http://www.onixs.biz/fix-dictionary/4.4/app_d.html were very useful.