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

Safe HaskellNone
LanguageHaskell2010

OANDA.Instrument

Description

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

Synopsis

Documentation

granularityToDiffTime :: CandlestickGranularity -> NominalDiffTime Source #

Utility function to convert Granularity to NominalDiffTime. NOTE: The conversion from month to NominalDiffTime is not correct in general; we just assume 31 days in a month, which is obviously false for 5 months of the year.