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 TradeCsvLoader
TradeCsvLoader. of(ReferenceData refData)
Obtains an instance that uses the specified set of reference data.static TradeCsvLoader
TradeCsvLoader. of(TradeCsvInfoResolver resolver)
Obtains an instance that uses the specified resolver for additional information.static TradeCsvLoader
TradeCsvLoader. standard()
Obtains an instance that uses the standard set of reference data.
-