-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overview as first page to socket section. (#266)
- Loading branch information
Showing
5 changed files
with
102 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Overview | ||
id: overview | ||
slug: /socket/overview | ||
sidebar_position: -1 | ||
--- | ||
|
||
我们的 OpenAPI 提供 WebSocket 方式连接行情网关,客户端可以通过这两种方式订阅行情。本章节文档将会介绍详细的协议细节。 | ||
|
||
:::success NOTE | ||
我们的 OpenAPI SDK 已经完整实现了订阅行情的功能,你可以直接使用 SDK。 | ||
|
||
https://open.longportapp.com/sdk | ||
|
||
本章节文档提供给大家参考 API 细节。 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
i18n/en/docusaurus-plugin-content-docs/current/socket/overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Overview | ||
id: overview | ||
slug: /socket/overview | ||
sidebar_position: -1 | ||
--- | ||
|
||
Our OpenAPI provides WebSocket connection to the market gateway, clients can subscribe to market data through these two methods. This chapter will introduce the detailed protocol details. | ||
|
||
:::success NOTE | ||
Our OpenAPI SDK has fully implemented the function of subscribing to market data, you can use the SDK directly. | ||
|
||
https://open.longportapp.com/sdk | ||
|
||
This chapter provides API details for your reference. | ||
::: |
16 changes: 16 additions & 0 deletions
16
i18n/zh-HK/docusaurus-plugin-content-docs/current/socket/overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Overview | ||
id: overview | ||
slug: /socket/overview | ||
sidebar_position: -1 | ||
--- | ||
|
||
我們的 OpenAPI 提供 WebSocket 方式連接行情網關,客戶端可以透過這兩種方式訂閱行情。本章節文檔將會介紹詳細的協定細節。 | ||
|
||
:::success NOTE | ||
我們的 OpenAPI SDK 已經完整實現了訂閱行情的功能,你可以直接使用 SDK。 | ||
|
||
https://open.longportapp.com/sdk | ||
|
||
本章節文檔提供給大家參考 API 細節。 | ||
::: |