bbgo_origin/pkg/exchange/ftx/convert.go

8 lines
133 B
Go
Raw Normal View History

2021-02-08 10:59:01 +00:00
package ftx
func toGlobalCurrency(original string) string {
// TODO: where's the definition of global currency
return original
}