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
订阅实时K线返回的数据OHLC都是空的, 期待返回正常格式的K线
qc.OnQuote(onLongPortKLine) qc.Subscribe(context.Background(), []string{"00700.HK"}, []quote.SubType{quote.SubTypeQuote}, true)
推送结果:
{"Symbol":"700.HK","Sequence":1721098963326623840,"LastDone":"382.4","Open":null,"High":null,"Low":null,"Timestamp":1721098963,"Volume":5439640,"Turnover":"2092133598.13","TradeStatus":0,"TradeSession":0}
The text was updated successfully, but these errors were encountered:
还未支持 k 线实时推送
Sorry, something went wrong.
Patrick0308
No branches or pull requests
订阅实时K线返回的数据OHLC都是空的, 期待返回正常格式的K线
推送结果:
The text was updated successfully, but these errors were encountered: