thomas-barthelemy / OpenBook.NET

A portable .NET Library for the OpenBook (eToro) social trading platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBook.NET

A portable .NET library for the OpenBook Trading platform.

Please consider that there is no documentation (official or not) for the OpenBook API, which implies the following:

  • The API itself may change at any moment without any warning
  • Most of the time spent on this library is on reverse-engineering the API
  • This library is provided "as-is" without any warranty

Note that the OpenBook website itself relies on the API, therefore while changes (major or minor) may happen, changes are unlikely to happen frequently.

Version Naming Scheme

This projects use Semantic Versioning 2.0.0:

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards-compatible manner, and
  3. PATCH version when you make backwards-compatible bug fixes.

See more at http://semver.org/

About

A portable .NET Library for the OpenBook (eToro) social trading platform

License:Apache License 2.0


Languages

Language:C# 100.0%