oandars is a Rust wrapper for the oanda Rest-V20 API
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
See the examples and the documentation for details
- Create an
Oandatest account and name itTestv20 - Copy the
.secrets.sampleto.secretsand update the variables based on your new test account
The test suite can be run with docker-compose:
docker-compose run --rm libOr if you prefer to just use cargo:
cargo test -- --nocapture