1、有更新,还没测完,暂时归档
This commit is contained in:
@ -66,10 +66,18 @@ const (
|
||||
|
||||
//需要清理键值---------BEGIN---------------
|
||||
|
||||
SpotStopLossList = "spot_stoploss_list:%s" //现货止损待触发列表 {交易所类型code}
|
||||
SpotReduceList = "spot_reduce_list:%s" //现货减仓待触发 {交易所类型code}
|
||||
FuturesStopLossList = "futures_stoploss_list:%s" //合约止损待触发列表 {交易所类型code}
|
||||
FuturesReduceList = "futures_reduce_list:%s" //合约减仓待触发 {交易所类型code}
|
||||
//现货止损待触发列表 {交易所类型code}
|
||||
SpotStopLossList = "spot_stoploss_list:%s"
|
||||
//现货止盈待触发列表 {交易所类型code}
|
||||
SpotTakeList = "spot_takelist:%s"
|
||||
//现货减仓待触发 {交易所类型code}
|
||||
SpotReduceList = "spot_reduce_list:%s"
|
||||
//合约止损待触发列表 {交易所类型code}
|
||||
FuturesStopLossList = "futures_stoploss_list:%s"
|
||||
//合约止盈待触发列表 {交易所类型code}
|
||||
FuturesTakeList = "futures_takelist:%s"
|
||||
//合约减仓待触发 {交易所类型code}
|
||||
FuturesReduceList = "futures_reduce_list:%s"
|
||||
//现货加仓待触发 {交易所code}
|
||||
SpotAddPositionList = "spot_add_position_list:%s"
|
||||
//合约加仓待触发 {交易所code}
|
||||
|
||||
Reference in New Issue
Block a user