Skip to content

Commit

Permalink
Update README.md add references links.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored Mar 8, 2024
1 parent 20307a8 commit fbf4d2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit fbf4d2f

Please sign in to comment.