Login Page - Create Account

Support Board


Date/Time: Tue, 28 Jul 2026 23:46:31 +0000



Post From: UnbundledTradeIndicator

[2026-07-28 21:51:09]
User719512 - Posts: 448
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).