Files
exchange_go/common/const/binancecode/side.go

7 lines
74 B
Go
Raw Normal View History

2025-07-26 09:09:09 +08:00
package binancecode
const (
SideBuy = "BUY"
SideSell = "SELL"
)