mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
add max exchange
This commit is contained in:
parent
31be04cc74
commit
dd55857423
|
@ -493,4 +493,3 @@ func (e *Exchange) BatchQueryKLineWindows(ctx context.Context, symbol string, in
|
||||||
|
|
||||||
return klineWindows, nil
|
return klineWindows, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
9
bbgo/exchange/max/exchange.go
Normal file
9
bbgo/exchange/max/exchange.go
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
package max
|
||||||
|
|
||||||
|
type Exchange struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewExchange(key, secret string) *Exchange {
|
||||||
|
return &Exchange{
|
||||||
|
}
|
||||||
|
}
|
1
bbgo/exchange/max/stream.go
Normal file
1
bbgo/exchange/max/stream.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package max
|
Loading…
Reference in New Issue
Block a user