6 lines
110 B
Go
6 lines
110 B
Go
|
package grid2
|
||
|
|
||
|
import "git.qtrade.icu/lychiyu/bbgo/pkg/fixedpoint"
|
||
|
|
||
|
type PriceMap map[string]fixedpoint.Value
|