ccxt-go/binanceus_wrapper.go

21 lines
408 B
Go
Raw Permalink Normal View History

2025-02-28 10:33:20 +08:00
package ccxt
type Binanceus struct {
*binanceus
Core *binanceus
}
func NewBinanceus(userConfig map[string]interface{}) Binanceus {
p := &binanceus{}
p.Init(userConfig)
return Binanceus{
binanceus: p,
Core: p,
}
}
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code