Support Board
Date/Time: Sat, 01 Nov 2025 09:51:10 +0000
Post From: create a custom C++ class that manages trade/logic
| [2022-01-08 09:46:02] |
| User99735 - Posts: 234 |
|
Think all local variables including class objects etc are lost after each tick. So you need to allocate memory to pSellOrder pSO(sc) using sc.StorageBlock.
|
