Support Board
Date/Time: Thu, 15 May 2025 00:27:35 +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 ACSIL Interface Members - Functions: sc.GetTradingDayDate() Currently : SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDataDateTimeIn[sc.Index]);
Should be :SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDateTimeIn[sc.Index]);
-- W |