Skip to content
New issue

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

PushQuote数据错误 #43

Open
trawor opened this issue Jul 16, 2024 · 1 comment
Open

PushQuote数据错误 #43

trawor opened this issue Jul 16, 2024 · 1 comment
Assignees

Comments

@trawor
Copy link

trawor commented Jul 16, 2024

订阅实时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}
@Patrick0308
Copy link
Collaborator

还未支持 k 线实时推送

@Patrick0308 Patrick0308 self-assigned this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants