[Fix]修复StopAlgo缺乏若干常量的bug
This commit is contained in:
parent
9cb8b2be43
commit
def7751581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user