完善UI操作逻辑
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class BaseModel(Model):
|
||||
OrderTypeBuy = f'{xtconstant.STOCK_BUY}' # 买
|
||||
OrderTypeSell = f'{xtconstant.STOCK_SELL}' # 卖
|
||||
OrderTypeInit = "0" # 建仓
|
||||
OrderTypeNone = "None" # 建仓
|
||||
OrderTypeNone = "None"
|
||||
|
||||
# 定义Target类,对应targets表
|
||||
class TradeTarget(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user