Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.39 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.39 KB

Trickl Model OANDA

Maven Central build_status Maintainability Test Coverage License

Plain Old Java Objects for interfacing with the Oanda v20 API.

Reference Material

http://developer.oanda.com/rest-live-v20/introduction/

The JSON Schemas are provided by Oanda here: https://github.com/oanda/v20-openapi

License and Authorship

This library was not produced by Oanda, but is a community library built independently to support it. It's provided as is, with no guarantees for correctness.

Installation

Available from Maven Central:

<dependency>
  <groupId>com.github.trickl</groupId>
  <artifactId>model-oanda</artifactId>
  <version>0.1.3</version>
</dependency>