Files
exchange_go/common/const/binancecode/side.go
2025-07-26 09:09:09 +08:00

7 lines
74 B
Go

package binancecode
const (
SideBuy = "BUY"
SideSell = "SELL"
)