Uses of Interface
com.opengamma.strata.loader.csv.TradeCsvInfoResolver
-
Packages that use TradeCsvInfoResolver Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of TradeCsvInfoResolver in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return TradeCsvInfoResolver Modifier and Type Method Description static TradeCsvInfoResolver
TradeCsvInfoResolver. of(ReferenceData refData)
Obtains an instance that uses the specified set of reference data.static TradeCsvInfoResolver
TradeCsvInfoResolver. standard()
Obtains an instance that uses the standard set of reference data.Methods in com.opengamma.strata.loader.csv with parameters of type TradeCsvInfoResolver Modifier and Type Method Description static TradeCsvLoader
TradeCsvLoader. of(TradeCsvInfoResolver resolver)
Obtains an instance that uses the specified resolver for additional information.Optional<Trade>
FxNdfTradeCsvPlugin. parseTrade(Class<?> requiredJavaType, CsvRow baseRow, List<CsvRow> additionalRows, TradeInfo info, TradeCsvInfoResolver resolver)
Optional<Trade>
FxSingleBarrierOptionTradeCsvPlugin. parseTrade(Class<?> requiredJavaType, CsvRow baseRow, List<CsvRow> additionalRows, TradeInfo info, TradeCsvInfoResolver resolver)
Optional<Trade>
IborCapFloorTradeCsvPlugin. parseTrade(Class<?> requiredJavaType, CsvRow baseRow, List<CsvRow> additionalRows, TradeInfo info, TradeCsvInfoResolver resolver)
Optional<Trade>
SecurityTradeCsvPlugin. parseTrade(Class<?> requiredJavaType, CsvRow baseRow, List<CsvRow> additionalRows, TradeInfo info, TradeCsvInfoResolver resolver)
Optional<Trade>
TradeCsvParserPlugin. parseTrade(Class<?> requiredJavaType, CsvRow baseRow, List<CsvRow> additionalRows, TradeInfo info, TradeCsvInfoResolver resolver)
Parses a single CSV format trade from the input.
-