Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Console.Binance.Exports.Csv
Description
Types & CSV serialization for the exports.
Synopsis
- data TradeExportData = TradeExportData {}
- buildTradeExport :: [TradeExportData] -> ByteString
Documentation
data TradeExportData Source #
We need both the SymbolDetails
& the Trade
to generate an export
line.
Constructors
TradeExportData | |
Fields
|
Instances
buildTradeExport :: [TradeExportData] -> ByteString Source #
Generate a CSV from the trade data.