From 324afc25bf28f92dd4812ecfb28ca583e329b328 Mon Sep 17 00:00:00 2001 From: msincenselee Date: Mon, 6 Jan 2020 16:28:02 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A2=9E=E5=BC=BA]=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=8A=B6=E6=80=81:=E6=92=A4=E5=8D=95=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnpy/trader/constant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vnpy/trader/constant.py b/vnpy/trader/constant.py index c5adb95b..92729a3c 100644 --- a/vnpy/trader/constant.py +++ b/vnpy/trader/constant.py @@ -41,6 +41,7 @@ class Status(Enum): PARTTRADED = "部分成交" ALLTRADED = "全部成交" CANCELLED = "已撤销" + CANCELLING = "撤销中" REJECTED = "拒单"