Skip to content

Commit

Permalink
Add NOTE to use SDK to subscribe quote doc. (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored May 20, 2024
1 parent 793044a commit d7d6b17
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/socket/how_to_subscribe_quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ slug: /socket/subscribe_quote
sidebar_position: 1
---

:::success NOTE
我们的 OpenAPI SDK 已经完整实现了订阅行情的功能,你可以直接使用 SDK。

https://open.longportapp.com/sdk

本章节文档提供给大家参考 API 细节。
:::

客户端可以通过 WebSocket 或者 TCP 和行情网关建立长连接,客户端订阅股票行情,行情网关会实时推送客户端订阅的实时行情。

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ slug: /socket/subscribe_quote
sidebar_position: 1
---

:::success NOTE
Our OpenAPI SDK has fully implemented the function of subscribing to quotes, and you can use the SDK directly.

https://open.longportapp.com/sdk

The documentation in this chapter provides API details for your reference.
:::

Client can access market quote feed by `WebSocket` and `TCP`. After client subscribing stock quote, quote gateway can push real-time quote data to client.

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ slug: /socket/subscribe_quote
sidebar_position: 1
---

:::success NOTE
我們的 OpenAPI SDK 已經完整實現了訂閱行情的功能,你可以直接使用 SDK。

https://open.longportapp.com/sdk

本章節文檔提供給大家參考 API 細節。
:::

客戶端可以通過 WebSocket 或者 TCP 和行情網關建立長連接,客戶端訂閱股票行情,行情網關會實時推送客戶端訂閱的實時行情。

:::info
Expand Down

0 comments on commit d7d6b17

Please sign in to comment.