From fbf4d2feeeeff6db52cd940832ed7cf1c3bc9cfc Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 8 Mar 2024 18:49:20 +0800 Subject: [PATCH] Update README.md add references links. --- python/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/python/README.md b/python/README.md index 750a228cf..9144a101d 100644 --- a/python/README.md +++ b/python/README.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_