mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
remove unused NotifyFunc
This commit is contained in:
parent
8efc948046
commit
90303b38e2
|
@ -16,8 +16,6 @@ import (
|
||||||
"github.com/c9s/bbgo/pkg/util"
|
"github.com/c9s/bbgo/pkg/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type NotifyFunc func(obj interface{}, args ...interface{})
|
|
||||||
|
|
||||||
// GeneralOrderExecutor implements the general order executor for strategy
|
// GeneralOrderExecutor implements the general order executor for strategy
|
||||||
type GeneralOrderExecutor struct {
|
type GeneralOrderExecutor struct {
|
||||||
session *ExchangeSession
|
session *ExchangeSession
|
||||||
|
|
Loading…
Reference in New Issue
Block a user