ccxt-go/fmfwio_wrapper.go
zhangkun9038@dingtalk.com 1a2ce7046a first add
2025-02-28 10:33:20 +08:00

21 lines
384 B
Go

package ccxt
type Fmfwio struct {
*fmfwio
Core *fmfwio
}
func NewFmfwio(userConfig map[string]interface{}) Fmfwio {
p := &fmfwio{}
p.Init(userConfig)
return Fmfwio{
fmfwio: 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