For IBKR orders that use a specific execution strategy, there are additional sub-parameters that can be set when the order is submitted (e.g. for the 'Adaptive' strategy, the 'adaptivePriority' can be set to Urgent, Normal, or Patient). According to the IBKR docs here, this can be set by submitting a parameter called 'algoParams'. However, this parameter needs to be a list of an IBKR class called TagValue, with each list item representing a sub-parameter.
Is there a way to set these execution sub-parameters through QuantRocket, or are we stuck with the default values?