remove unused empty method convertDepthResponseToSnapshot

This commit is contained in:
c9s 2020-10-17 23:49:14 +08:00
parent 615da2e1d8
commit 2d88f8e5f6

View File

@ -6,7 +6,6 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/adshao/go-binance"
"github.com/valyala/fastjson" "github.com/valyala/fastjson"
"github.com/c9s/bbgo/pkg/fixedpoint" "github.com/c9s/bbgo/pkg/fixedpoint"
@ -431,14 +430,8 @@ kline
} }
} }
*/ */
type EventBase struct { type EventBase struct {
Event string `json:"e"` // event Event string `json:"e"` // event
Time int64 `json:"E"` Time int64 `json:"E"`
} }
func convertDepthResponseToSnapshot(client *binance.Client) {
}