-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
var code string
fmt.Println("输入行情监控合约代码")
fmt.Scanln(&code)
code = strings.ToLower(code)
//ppInstrumentID := []string{code}
ppInstrumentID := []string{"rb1901"}
log.Println(" ppInstrumentID", ppInstrumentID)
p.SubscribeMarketData(ppInstrumentID)
如果采用注释的//ppInstrumentID := []string{code},通不过,怎么才能绕开这个坑
Metadata
Metadata
Assignees
Labels
No labels