@hackage oanda-rest-api0.3.0.0
Client to the OANDA REST API
Categories
License
BSD-3-Clause
Maintainer
johndreaver@gmail.com
Links
Versions
Installation
Dependencies (12)
- Decimal >=0.4.2
- aeson >=0.8.0
- base >=4.8 && <5
- bytestring >=0.10.0
- containers >=0.5.2
- http-conduit Show all…
Dependents (1)
@hackage/acme-everything
oanda-rest-api
This library implements Haskell client to the OANDA REST API.
Status
There are still parts of the API that are not yet implemented. Here is the status of each part of the API:
- Rates: Mostly done, just need to refactor so the parameters are cleaner.
- Accounts: Done.
- Orders: Can only get a list of open orders. Can't yet create or modify orders.
- Trades: Almost done, just need to add closing a trade.
- Positions: Done.
- Transaction History: Almost done. Could probably refactor the types to be
more specific, instead of putting
Maybeeverywhere.