Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 12:16:00 +0000



Post From: typo in ACSIL documentation ?

[2018-07-07 19:57:08]
wwwingman - Posts: 185
Hi

I believe there is a small typo in the ACSIL documentation
sc.GetTradingDayDate()

Currently :
SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDataDateTimeIn[sc.Index]);
Should be :
SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDateTimeIn[sc.Index]);

-- W