You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:parameter priceProtect: optional string. "TRUE" or "FALSE", default "FALSE". Use with STOP/STOP_MARKET or TAKE_PROFIT/TAKE_PROFIT_MARKET orders.
67
-
:parameter newOrderRespType: optional float. "ACK" or "RESULT", default "ACK".
67
+
:parameter newOrderRespType: optional string. "ACK" or "RESULT", default "ACK".
68
+
:parameter priceMatch: optional string. only avaliable for "LIMIT"/"STOP"/"TAKE_PROFIT" order; can be set to "OPPONENT"/"OPPONENT_5"/"OPPONENT_10"/"OPPONENT_20": /"QUEUE"/"QUEUE_5"/"QUEUE_10"/"QUEUE_20"; Can't be passed together with price.
69
+
:parameter selfTradePreventionMode: optional string. "NONE":No STP /"EXPIRE_TAKER":expire taker order when STP triggers/"EXPIRE_MAKER":expire taker order when STP triggers/"EXPIRE_BOTH":expire both orders when STP triggers; default "NONE".
68
70
:parameter recvWindow: optional int
69
71
|
70
72
"""
@@ -88,7 +90,7 @@ def modify_order(
88
90
| **Modify Order (TRADE)**
89
91
| *Order modify function, currently only LIMIT order modification is supported, modified orders will be reordered in the match queue.*
0 commit comments