|
The method is documented in the help file.
Please, see the iSLType parameter specification:
TradeDeskAut.SL_STOP
Use this value in case the stop order must be added.
TradeDeskAut.SL_PEGGEDSTOP
Use this value in case the stop order must be the pegged stop order.
Example:
tradeDesk.SL_LIMIT + tradeDesk.SL_PEGGEDLIMIT Set the pegged limit.
so, to set up pegged stop order you must specify
tradeDesk.SL_STOP + tradeDesk.SL_PEGGEDSTOP
|