Login Page - Create Account

Support Board


Date/Time: Tue, 04 Nov 2025 06:51:00 +0000



Post From: ACSIL - Internal Order ID given to sc.ModifyOrder is 0

[2025-02-27 02:03:46]
ForgivingComputers.com - Posts: 1153
SCString message;
message.Format( ENTRY - Symbol: %s, InternalOrderID: %d ",
sc.Symbol.GetChars(),
NewOrder.InternalOrderID
);

You didn't correctly format Neworder.InternalOrderID as an Integer.