Class SolConstants.WriterConstants.MarketPriceWriterConstants
java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.WriterConstants.MarketPriceWriterConstants
- Enclosing class:
SolConstants.WriterConstants
Constants for market price writers.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String, Function<MarketPrice, ?>> buildMarketPriceHeaders(String dateTimeFormat) Builds the ordered headers for market price csv writing.
-
Method Details
-
buildMarketPriceHeaders
Builds the ordered headers for market price csv writing.- Parameters:
dateTimeFormat- optional date time format- Returns:
- ordered headers
-