Uses of Class
org.drip.feed.loader.CSVGrid
Package | Description |
---|---|
org.drip.feed.loader |
Reference/Market Data Feed Loader
|
-
Uses of CSVGrid in org.drip.feed.loader
Methods in org.drip.feed.loader that return CSVGrid Modifier and Type Method Description static CSVGrid
CSVParser. NamedStringGrid(java.lang.String strCSVFile)
Parse the Contents of the CSV File into a List of Named String Arraysstatic CSVGrid
CSVParser. StringGrid(java.lang.String strCSVFile, boolean bIgnoreHeader)
Parse the Contents of the CSV File into a List of String Arrays