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

Safe HaskellNone
LanguageHaskell2010

OANDA.Pricing

Description

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

Documentation

pricingArgs :: [InstrumentName] -> PricingArgs Source #

oandaPricing :: OandaEnv -> AccountID -> PricingArgs -> OANDARequest PricingResponse Source #

oandaPricingStream :: OandaEnv -> AccountID -> PricingStreamArgs -> OANDAStreamingRequest PricingStreamResponse Source #