mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
remove unused empty method convertDepthResponseToSnapshot
This commit is contained in:
parent
615da2e1d8
commit
2d88f8e5f6
|
@ -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) {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user