stooq-api-0.4.2.0: A simple wrapper around stooq.pl API for downloading market data.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Web.Data.Stooq.Internals

Documentation

data StooqRow Source #

Constructors

StooqRow 

Fields

Instances

Instances details
Generic StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Associated Types

type Rep StooqRow :: Type -> Type #

Methods

from :: StooqRow -> Rep StooqRow x #

to :: Rep StooqRow x -> StooqRow #

Show StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

newtype StooqResponse Source #

Constructors

StooqResponse 

Fields

Instances

Instances details
Generic StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Associated Types

type Rep StooqResponse :: Type -> Type #

Show StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqResponse = D1 ('MetaData "StooqResponse" "Web.Data.Stooq.Internals" "stooq-api-0.4.2.0-9BXvKbn2doo3J0iEiPMCnT-stooq-api-utils" 'True) (C1 ('MetaCons "StooqResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbols") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StooqRow])))

data TryField a Source #

Constructors

FieldValue a 
NoValue 

Instances

Instances details
FromField (TryField Text) Source # 
Instance details

Defined in Web.Data.Stooq.Internals

FromField (TryField Double) Source # 
Instance details

Defined in Web.Data.Stooq.Internals

FromField (TryField Int) Source # 
Instance details

Defined in Web.Data.Stooq.Internals