mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix symbol convertion
This commit is contained in:
parent
7f6a478d4f
commit
26831f9be5
|
@ -192,7 +192,7 @@ func toLocalSymbol(symbol string) string {
|
|||
}
|
||||
|
||||
func toGlobalSymbol(symbol string) string {
|
||||
return strings.ToLower(symbol)
|
||||
return strings.ToUpper(symbol)
|
||||
}
|
||||
|
||||
func toLocalSideType(side types.SideType) string {
|
||||
|
|
Loading…
Reference in New Issue
Block a user