bbgo_origin/pkg/backtest/exchange_klinec.go

9 lines
140 B
Go
Raw Normal View History

2022-05-06 11:16:15 +00:00
package backtest
import "github.com/c9s/bbgo/pkg/types"
type ExchangeDataSource struct {
C chan types.KLine
Exchange *Exchange
}