[Fix]修复StopAlgo缺乏若干常量的bug

This commit is contained in:
vn.py 2018-07-22 19:19:58 +08:00
parent 9cb8b2be43
commit def7751581

View File

@ -6,7 +6,8 @@ from collections import OrderedDict
from six import text_type
from vnpy.trader.vtConstant import (DIRECTION_LONG, DIRECTION_SHORT,
OFFSET_OPEN, OFFSET_CLOSE)
OFFSET_OPEN, OFFSET_CLOSE,
STATUS_ALLTRADED, STATUS_CANCELLED, STATUS_REJECTED)
from vnpy.trader.uiQt import QtWidgets
from .algoTemplate import AlgoTemplate