Uses of Class
com.opengamma.strata.loader.csv.TradeCsvLoader
-
Packages that use TradeCsvLoader Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of TradeCsvLoader in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return TradeCsvLoader Modifier and Type Method Description static TradeCsvLoaderTradeCsvLoader. of(ReferenceData refData)Obtains an instance that uses the specified set of reference data.static TradeCsvLoaderTradeCsvLoader. of(TradeCsvInfoResolver resolver)Obtains an instance that uses the specified resolver for additional information.static TradeCsvLoaderTradeCsvLoader. standard()Obtains an instance that uses the standard set of reference data.
-