Login Page - Create Account

Support Board


Date/Time: Sat, 28 Jun 2025 05:56:19 +0000



Post From: Is sc.GetOrderFillEntry() the only method to get info on a filled order?

[2021-09-15 20:34:18]
Pawel_Szpak - Posts: 48
If I have an internal order Id, but it is no longer found with sc.GetOrderByOrderID (due to being cleared), is the only and quickest method to find the data for that order Id, to loop through all the available orders using (sc.GetOrderFillArraySize() - 1) --> 0 and sc.GetOrderFillEntry() until I find the one that matches the internal order ID I'm interested in?

Alternatively/Additionally does anything put into [Type: SCString] s_SCNewOrder::TextTag on an entry order, also get copied to a text tag for any attached orders?