string OrderStatus(string orderId)
Gets the order state (see definitions) for the orderId. Returns an empty string if the order ID value provided does not return an order.
One question is how long does the platform retain a memory of orders? I have been assuming that when the log gets turned over to a new day and your order is no longer listed in it, that the platform will no longer report status for an order that does not appear in the log. This seems not to be the case.
A complaint. In what I quoted from the help above, there is this, (see definitions). It is nearly impossible to find the "definitions". It should be a hot link.

Comment