Support Board
Date/Time: Fri, 02 May 2025 15:31:01 +0000
Post From: GetTradeList cpu exception
[2013-05-21 14:11:01] |
Al SC Developer - Posts: 434 |
We do not see any issues with this routine. Where are you taking the exception? In the GetTradeList() call, or after in your loop? One thing to note, is that TradeList.size() call will return a size_t (unsigned int), and you are using an int for the index. |