Support Board
Date/Time: Mon, 03 Nov 2025 17:07:38 +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 |
