Uses of Interface
com.opengamma.strata.loader.csv.TradeCsvInfoSupplier
-
Packages that use TradeCsvInfoSupplier Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of TradeCsvInfoSupplier in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return TradeCsvInfoSupplier Modifier and Type Method Description static TradeCsvInfoSupplier
TradeCsvInfoSupplier. standard()
Obtains an instance that uses the standard set of reference data.Methods in com.opengamma.strata.loader.csv with parameters of type TradeCsvInfoSupplier Modifier and Type Method Description static TradeCsvWriter
TradeCsvWriter. of(TradeCsvInfoSupplier supplier)
Obtains an instance that uses the specified supplier for additional information.
-