Handy_Cao 1 年之前
父節點
當前提交
f7f62f30cb
共有 1 個文件被更改,包括 68 次插入0 次删除
  1. 68 0
      public/proto/mtp.js

+ 68 - 0
public/proto/mtp.js

@@ -4171,6 +4171,14 @@ var $root = ($protobuf.roots["default"] || ($protobuf.roots["default"] = new $pr
       OrderAmount: {
         type: "double",
         id: 37
+      },
+      IsAutoAddDeposit: {
+        type: "uint32",
+        id: 38
+      },
+      IsAutoRefundDeposit: {
+        type: "uint32",
+        id: 39
       }
     }
   },
@@ -4198,6 +4206,66 @@ var $root = ($protobuf.roots["default"] || ($protobuf.roots["default"] = new $pr
       }
     }
   },
+  ModifyOrderReq: {
+    fields: {
+      Header: {
+        type: "MessageHead",
+        id: 1
+      },
+      TradeID: {
+        type: "uint64",
+        id: 2
+      },
+      BuyOrSell: {
+        type: "uint32",
+        id: 3
+      },
+      MarketID: {
+        type: "uint32",
+        id: 4
+      },
+      IsAutoAddDeposit: {
+        type: "uint32",
+        id: 5
+      },
+      IsAutoRefundDeposit: {
+        type: "uint32",
+        id: 6
+      },
+      ClientSerialNo: {
+        type: "string",
+        id: 7
+      }
+    }
+  },
+  ModifyOrderRsp: {
+    fields: {
+      Header: {
+        type: "MessageHead",
+        id: 1
+      },
+      RetCode: {
+        type: "int32",
+        id: 2
+      },
+      RetDesc: {
+        type: "string",
+        id: 3
+      },
+      TradeID: {
+        type: "uint64",
+        id: 4
+      },
+      BuyOrSell: {
+        type: "uint32",
+        id: 5
+      },
+      ClientSerialNo: {
+        type: "string",
+        id: 6
+      }
+    }
+  },
   CancelOrderReq: {
     fields: {
       Header: {