Support Board
Date/Time: Sat, 12 Sep 2026 01:24:19 +0000
Post From: UnbundledTradeIndicator
| [2026-07-28 21:51:09] |
| User719512 - Posts: 473 |
|
include\scconstants.h enum UnbundledTradeIndicatorEnum : int16_t { UNBUNDLED_TRADE_NONE = 0, FIRST_SUB_TRADE_OF_UNBUNDLED_TRADE = 1, LAST_SUB_TRADE_OF_UNBUNDLED_TRADE = 2 }; My experience is that when you are in a subtrade (FIRST), it remains till it ends (LAST). |
