# openapi-sdk **Repository Path**: frankygtd/openapi-sdk ## Basic Information - **Project Name**: openapi-sdk - **Description**: 长桥证券量化SDK - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-05 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LongPort OpenAPI SDK [![](https://img.shields.io/crates/v/longport.svg)](https://crates.io/crates/longport) [![Go project version](https://badge.fury.io/go/github.com%2Flongportapp%2Fopenapi-go.svg)](https://badge.fury.io/go/github.com%2Flongportapp%2Fopenapi-go) [![PyPI version](https://badge.fury.io/py/longport.svg)](https://badge.fury.io/py/longport) [![npm version](https://badge.fury.io/js/longport.svg)](https://badge.fury.io/js/longport) [![Maven Central](https://img.shields.io/maven-central/v/io.github.longportapp/openapi-sdk)](https://search.maven.org/artifact/io.github.longportapp/openapi-sdk) LongPort OpenAPI provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories: - Trading - Create, amend, cancel orders, query today’s/past orders and transaction details, etc. - Quotes - Real-time quotes, acquisition of historical quotes, etc. - Portfolio - Real-time query of the account assets, positions, funds - Real-time subscription - Provides real-time quotes and push notifications for order status changes **This repo contains the following main components:** | Name | Document | Description | |-----------------------------|---------------------------------------------------------------------------|-------------------------------------------| | [Rust](rust/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/rust/longport/index.html) | LongPort OpenAPI for Rust `(>= 1.56.1)` | | [Python](python/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/python/index.html) | LongPort OpenAPI for Python 3 `(>= 3.7)` | | [Node.js](nodejs/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/nodejs/index.html) | LongPort OpenAPI for Node.js `(>= 10)` | | [Java](java/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/java/index.html) | LongPort OpenAPI for Java `(>= 1.8)` | | [C](c/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/c/index.html) | LongPort OpenAPI for C `(>= C99)` | | [C++](cpp/README.md) | [Doc](https://longportapp.github.io/openapi-sdk/cpp/index.html) | LongPort OpenAPI for C++`(>= C++17)` | | Go | | https://github.com/longportapp/openapi-go | ## SDK Documenation https://longportapp.github.io/openapi-sdk ## Resources - [LongPort OpenAPI](https://open.longportapp.com/en/) - [LongPort OpenAPI Docs](https://open.longportapp.com/en/docs) ## License Licensed under either of * Apache License, Version 2.0,([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.