mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
ftx: define empty ftx.toGlobalCurrency
This commit is contained in:
parent
7c48670c39
commit
eb00720043
7
pkg/exchange/ftx/convert.go
Normal file
7
pkg/exchange/ftx/convert.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package ftx
|
||||
|
||||
func toGlobalCurrency(original string) string {
|
||||
// TODO: where's the definition of global currency
|
||||
|
||||
return original
|
||||
}
|
Loading…
Reference in New Issue
Block a user