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

Safe HaskellNone
LanguageHaskell2010

OANDA.Orders

Description

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

Documentation

data Order Source #

oandaOrders :: OandaEnv -> AccountID -> OrdersArgs -> OANDARequest OrdersResponse Source #

oandaCreateOrder :: OandaEnv -> AccountID -> OrderRequest -> OANDARequest CreateOrderResponse Source #