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 #

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

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