All Orders (USER_DATA) & Partially Filled

Hi

I have noticed that the All Orders (USER_DATA) only includes orders that are active, canceled, or filled. Why are Partially Filled not included in this?

The reason I ask is because I am looking to get a list of the orders and then a list of transactions for each order.

Thanks in advance

Alan

Quick update. It seems that is an order was partially filled and the user cancels it then its status is of course canceled. So if you are filtering out canceled orders then please beware, your best bet would be to filter where the status is canceled and executed qty is 0.

1 Like