mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
!!! info "[TriggerBy](/../../schemas/trigger_by)"
|
||||
Defines the price type that activates a Take Profit (TP) or Stop Loss (SL) order.<br><br>Trigger orders are executed when the selected price type reaches the specified trigger price.Different price types ensure flexibility in executing strategies based on market conditions.<br><br><br>
|
||||
|
||||
|Value| Description |
|
||||
|-|-|
|
||||
|`UNSPECIFIED` = 0|no trigger condition|
|
||||
|`INDEX` = 1|INDEX - Order is activated when the index price reaches the trigger price|
|
||||
|`LAST` = 2|LAST - Order is activated when the last trade price reaches the trigger price|
|
||||
|`MID` = 3|MID - Order is activated when the mid price reaches the trigger price|
|
||||
|`MARK` = 4|MARK - Order is activated when the mark price reaches the trigger price|
|
||||
Reference in New Issue
Block a user