Hi,

Suppose I have an open buy order, and then issued a sell order, and then issued a cancel order on the sell order. At a later time, is there a way to find out when the most recent cancel order was issued?

For example, can I loop through all cancelled order in reverse and retrieve the timestamp of the first cancelled order?

Thanks