Skip to content

blankenshipz/oanda-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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