Support Board
Date/Time: Fri, 31 Oct 2025 01:13:08 +0000
Post From: Datatypes double not int on 64 bit version, here s_SCPositionData
| [2020-08-05 16:43:48] | 
| ForgivingComputers.com - Posts: 1150 | 
| I have noticed this change also as it showed up in Brett Johnson's ToolKit (which is full of great examples of ACSIL). I ended up casting the PositionData.PositionQuantity to int: sc.GetTradePosition(PositionData); int OpenQty = (int)PositionData.PositionQuantity; I think this was done to support fractional orders for Forex and other markets. | 
