code
This commit is contained in:
@ -23,12 +23,13 @@ func InitJob() {
|
||||
jobList = map[string]JobExec{
|
||||
"ExamplesOne": ExamplesOne{},
|
||||
// ...
|
||||
"DeleteExpireOrder": DeleteExpireOrder{}, //定时删除过期数据
|
||||
"UpRange": UpRange{}, //更新涨跌幅
|
||||
"InitFuturesSymbol": InitFuturesSymbol{}, //定时更新合约交易对
|
||||
"InitSpotSymbol": InitSpotSymbol{}, //定时更新现货交易对
|
||||
"ClearLogJob": ClearLogJob{}, //定时清理日志
|
||||
"AutoPlaceOrder": AutoPlaceOrder{}, //定时下单
|
||||
"DeleteExpireOrder": DeleteExpireOrder{}, //定时删除过期数据
|
||||
"UpRange": UpRange{}, //更新涨跌幅
|
||||
"InitFuturesSymbol": InitFuturesSymbol{}, //定时更新合约交易对
|
||||
"InitSpotSymbol": InitSpotSymbol{}, //定时更新现货交易对
|
||||
"ClearLogJob": ClearLogJob{}, //定时清理日志
|
||||
"AutoPlaceOrder": AutoPlaceOrder{}, //定时下单
|
||||
"LimitOrderTimeoutDuration": LimitOrderTimeoutDuration{}, //定时取消限价单改下市价单
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user