Releases: coff/oanda-wrapper
Releases · coff/oanda-wrapper
v0.2-alpha
Implemented InvalidEndpointArgumentException
to handle endpoint input argument errors.
Implemented custom DateTime
class to handle high precision timestamps properly (fixes some ugly bug).
Added examples/example4.php
.
Implementation of InstrumentCandles
endpoint and required entities.
v0.1-alpha
First release with basic functionality implemented:
- API Caller
- API client
- Entities
- Error handling
- API Endpoints:
- account endpoint (partially)
- order endpoint (partially)
- pricing endpoint (50%)