e-t-u / oanda-rs

Rust wrapper for the Oanda Rest API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.rs badge

OANDARS

oandars is a Rust wrapper for the oanda Rest-V20 API

Missing Features

This library does not yet implement all of the features of the oanda API, if a feature you're interested in is missing please feel free to open an issue

Usage

See the examples and the documentation for details

Development

Setup

  1. Create an Oanda test account and name it Testv20
  2. Copy the .secrets.sample to .secrets and update the variables based on your new test account

Running Tests

The test suite can be run with docker-compose:

docker-compose run --rm lib

Or if you prefer to just use cargo:

cargo test -- --nocapture

About

Rust wrapper for the Oanda Rest API

License:MIT License


Languages

Language:Rust 100.0%