changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedInput schema / properties / dryRun
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
addedInput schema / properties / goodTillDate
Added value: +{
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+}
addedInput schema / properties / newClientOrderId
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / newOrderRespType
Added value: +{
+ "enum": [
+ "ACK",
+ "RESULT"
+ ],
+ "type": "string"
+}
removedInput schema / properties / positionSide / description
Removed value: -"持仓方向(双向持仓模式时需指定)"
changedInput schema / properties / positionSide / enum
Previous value: -[
- "BOTH",
- "LONG",
- "SHORT"
-]New value: +[
+ "LONG",
+ "SHORT"
+]
removedInput schema / properties / price / description
Removed value: -"价格(市价可不传)"
removedInput schema / properties / quantity / description
Removed value: -"数量(市价全仓可不传)"
removedInput schema / properties / reduceOnly / description
Removed value: -"仅减仓 true=是"
removedInput schema / properties / side / description
Removed value: -"方向 BUY=买入 / SELL=卖出"
removedInput schema / properties / stopPrice
Removed value: -{
- "description": "止损/止盈触发价",
- "exclusiveMinimum": 0,
- "type": "number"
-}
removedInput schema / properties / symbol / description
Removed value: -"交易对符号 如 BTCUSDT"
removedInput schema / properties / timeInForce / description
Removed value: -"有效期 GTC=有效至取消 / IOC=立即成交或取消 / FOK=全部成交或取消"
changedInput schema / properties / timeInForce / enum
Previous value: -[
- "GTC",
- "IOC",
- "FOK",
- "GTX",
- "GTD"
-]New value: +[
+ "GTC",
+ "IOC",
+ "FOK",
+ "GTX",
+ "GTD",
+ "RPI"
+]
changedInput schema / properties / type / enum
Previous value: -[
- "LIMIT",
- "MARKET",
- "STOP",
- "STOP_MARKET",
- "TAKE_PROFIT",
- "TAKE_PROFIT_MARKET",
- "TRAILING_STOP_MARKET"
-]New value: +[
+ "LIMIT",
+ "MARKET"
+]
changedInput schema / required
Previous value: -[
- "symbol",
- "side",
- "type"
-]New value: +[
+ "symbol",
+ "side",
+ "type",
+ "quantity"
+]