This commit is contained in:
2026-04-17 19:56:22 +08:00
parent 592c8e31dd
commit aa2c3fb84d
8 changed files with 271 additions and 29 deletions

6
internal/types/vars.go Normal file
View File

@@ -0,0 +1,6 @@
package types
var (
FLAG_BUY int = 48 // 买入,开仓
FLAG_SELL int = 49 // 卖出,平仓
)