oanda-rest-api-0.3.0.0: src/OANDA/Environment.hs
-- | Definition of types used to set up the API. module OANDA.Environment ( OandaEnv , apiType , accessToken , sandboxAuth , practiceAuth , liveAuth , APIType (..) , AccessToken (..) , AccountID (..) , Side (..) , InstrumentText ) where import OANDA.Internal