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
Oanda
test account and name itTestv20
- Copy the
.secrets.sample
to.secrets
and update the variables based on your new test account
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