This is the order type documented under the Trailing Stop Limit heading here, with the code of TRAIL LIMIT. It would have fields for
- action
- quantity
- trailStopPrice
- lmtPriceOffset
- auxPrice
I imagine this would be added as a new file inside of ./lib/order with a name like trailLimit.js.
This is the order type documented under the
Trailing Stop Limitheading here, with the code ofTRAIL LIMIT. It would have fields forI imagine this would be added as a new file inside of
./lib/orderwith a name liketrailLimit.js.