plot-light-0.1.0.8: src/Data/TimeSeries/Forex.hs
module Data.TimeSeries.Forex where
data FxRow a = FxRow {
rateOpen :: a
, rateHigh :: a
, rateLow :: a
, rateClose :: a
} deriving (Eq, Show)
module Data.TimeSeries.Forex where
data FxRow a = FxRow {
rateOpen :: a
, rateHigh :: a
, rateLow :: a
, rateClose :: a
} deriving (Eq, Show)