-
Adds Missing UpdateTriggerPrice Method (#6385)
发布于
2022-06-08 13:35:47 +00:00 | 1893 次提交 在此版本后已推送到 masterSince there is
UpdateStopPrice,UpdateLimitPrice,UpdateQuantityandUpdateTagmethod to make it easier to update theOrderTicket, we includeUpdateTriggerPriceto cover theLimitIfTouchedcase.
Also, updated the docs or the arguments for these methods.Updates LimitIfTouchedRegressionAlgorithm:
- Adds
UpdateTriggerPricecall that rounds down theTriggerPrice.
下载附件
- Adds