adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

updated WsOrderUpdate #444

Closed sutapurachina closed 1 year ago

sutapurachina commented 1 year ago

Added new fields: TrailingDelta int64 json:"d" TrailingTime int64 json:"D" StrategyId int64 json:"j" StrategyType int64 json:"J" WorkingTime int64 json:"W" SelfTradePreventionMode string json:"V"

sutapurachina commented 1 year ago

Travis CI can't get golint. Don't know why.

$ go get -u golang.org/x/lint/golint

golang.org/x/tools/go/gcexportdata

../../../golang.org/x/tools/go/gcexportdata/gcexportdata.go:97:9: undefined: io.ReadAll

The command "go get -u golang.org/x/lint/golint" failed and exited with 2 during .

adshao commented 1 year ago

thanks, #442 has fixed this issue