C# bindings for Primary.API.
Provides a .NET friendly interface to interact with the Primary API.
This project is still under development.
Documentation: https://finanzascodificadas.com/Primary.Net/
- Currently traded assets list.
- Historical market data.
- Real-time market data.
- Real-time order data.
- Submit, update and cancel orders.
- Account information.
- Remove dependencies.
- Performance improvements.
This project targets .NET Core 6.0.
You can build it using Visual Studio 2019, or using the command line:
dotnet restore
dotnet build
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are welcomed. Relevant test cases must be included in the PR.
- The API is developed and maintained by Primary.
- CI is provided by Github Actions.
- The documentation is generated with DocFX and was deployed using this tutorial.
- This README was based on this README template.
The code in this project is licensed under the MIT license.