mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
rename to KLineClosedEmitter
This commit is contained in:
parent
77264342ce
commit
a7b7ed6610
|
@ -6,7 +6,7 @@ type KLineWindowUpdater interface {
|
|||
OnKLineWindowUpdate(func(interval types.Interval, window types.KLineWindow))
|
||||
}
|
||||
|
||||
type KLineCloseHandler interface {
|
||||
type KLineClosedEmitter interface {
|
||||
OnKLineClosed(func(k types.KLine))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user