Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 06:48:35 +0000



Post From: ACSIL: Getting the most recent order

[2015-10-12 06:53:30]
William O - Posts: 16
I would like to get the most recent order submitted (not necessarily filled), preferably without using looping. Am I safe to assume that sc.GetOrderByIndex() is ordered where the last element is the most recent order? If so is there a way to get the order array size similar to sc.GetOrderFillArraySize()? With the order array size i'd be able to easily grab the last element. Thank you.