Adjusted to Trail Limit
TriggerPrice: Price threshold for when the order type should just to the AdjustedOrderType value.
AdjustedOrderType: Resulting order type in the event an order passes the triggerPrice threshold.
This can be “STP”, “STP LMT”, “TRAIL”, “TRAILING LIMIT”.
AdjustedStopPrice: The trail order’s trigger price after being adjusted.
AdjustedStopLimitPrice: The trailing order’s limit price for execution after being adjusted.
AdjustableTrailingUnit: Dictate how trail should be adjusted.
This can be “amt” or ”%”.
AdjustedTrailingAmount: The value to trail by. This will be a set amount or percentage based on the AdjustedTrailingUnit.

