remove unused NotifyFunc

This commit is contained in:
c9s 2022-09-24 01:15:18 +08:00
parent 8efc948046
commit 90303b38e2
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -16,8 +16,6 @@ import (
"github.com/c9s/bbgo/pkg/util"
)
type NotifyFunc func(obj interface{}, args ...interface{})
// GeneralOrderExecutor implements the general order executor for strategy
type GeneralOrderExecutor struct {
session *ExchangeSession