mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove unused empty method convertDepthResponseToSnapshot
This commit is contained in:
parent
615da2e1d8
commit
2d88f8e5f6
|
@ -6,7 +6,6 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/adshao/go-binance"
|
||||
"github.com/valyala/fastjson"
|
||||
|
||||
"github.com/c9s/bbgo/pkg/fixedpoint"
|
||||
|
@ -431,14 +430,8 @@ kline
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
type EventBase struct {
|
||||
Event string `json:"e"` // event
|
||||
Time int64 `json:"E"`
|
||||
}
|
||||
|
||||
func convertDepthResponseToSnapshot(client *binance.Client) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user