fix bug
This commit is contained in:
6
internal/types/vars.go
Normal file
6
internal/types/vars.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
var (
|
||||
FLAG_BUY int = 48 // 买入,开仓
|
||||
FLAG_SELL int = 49 // 卖出,平仓
|
||||
)
|
||||
Reference in New Issue
Block a user