fixhs-0.1.2: src/Data/FIX/Common.hs
-- Module : Data.FIX.Common
-- License : LGPL-2.1
module Data.FIX.Common
( delimiter)
where
import Data.ByteString ( ByteString )
import Data.ByteString.Char8 as C ( pack )
delimiter :: Char
delimiter = '\SOH'