Class CsvMarketPriceParser

java.lang.Object
com.bluebell.greenhouse.sol.parsers.AbstractParser<MarketPrice>
com.bluebell.greenhouse.sol.parsers.market.price.impl.CsvMarketPriceParser
All Implemented Interfaces:
MarketPriceParser

@Component("csvMarketPriceParser") public final class CsvMarketPriceParser extends AbstractParser<MarketPrice> implements MarketPriceParser
Implementation of a market price parser from csv files.
Version:
2.0.3
Author:
Stephen Prizio