We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
func TestQuery(){ var err error c, err := config.New(config.WithConfigKey(key, secret, token)) c.EnableOvernight = true var qc *quote.QuoteContext qc, err = quote.NewFromCfg(c) quotes, err := qc.Quote(context.Background(), []string{"AAPL.US"}) fmt.Println(quotes, err) }
我是用以上代码查询,但是OverNightQuote仍然是nil,查询夜盘需要什么额外的权限吗,还是我的操作有误,望指正
The text was updated successfully, but these errors were encountered:
有购买行情权限么,夜盘行情需要购买
Sorry, something went wrong.
客户没有回复,如有问题可再次开启
No branches or pull requests
我是用以上代码查询,但是OverNightQuote仍然是nil,查询夜盘需要什么额外的权限吗,还是我的操作有误,望指正
The text was updated successfully, but these errors were encountered: