From 3c88bbec4a67e0c9e6bfb5decb7e5161f82192fa Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 8 Mar 2024 18:49:58 +0800 Subject: [PATCH] Update index.md --- python/docs/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/python/docs/index.md b/python/docs/index.md index 3693b5c33..f2dbff5c1 100644 --- a/python/docs/index.md +++ b/python/docs/index.md @@ -2,6 +2,20 @@ `longport` provides an easy-to-use interface for invokes [`LongPort OpenAPI`](https://open.longportapp.com/en/). +## References + +- [Config](https://longportapp.github.io/openapi-sdk/python/config/) + + The configuration of the SDK. + +- [QuoteContext](https://longportapp.github.io/openapi-sdk/python/quote_context/) + + The Quote API part of the SDK, e.g.: get basic information of securities, subscribe quotes... + +- [TradeContext](https://longportapp.github.io/openapi-sdk/python/trade_context/) + + The Trade API part of the SDK, e.g.: submit order, get order status... + ## Quickstart _Install LongPort OpenAPI SDK_