oanda-rest-api-0.4.1: Client to the OANDA REST API

Safe HaskellNone
LanguageHaskell2010

OANDA.Accounts

Description

Defines the endpoints listed in the Account section of the API.

Synopsis

Documentation

oandaAccounts :: OandaEnv -> OANDARequest AccountsResponse Source #

oandaAccountDetails :: OandaEnv -> AccountID -> OANDARequest AccountDetailsResponse Source #

oandaAccountChanges :: OandaEnv -> AccountID -> TransactionID -> OANDARequest AccountChangesResponse Source #

data Account Source #