Uses of Interface
com.opengamma.strata.loader.csv.TradeCsvParserPlugin
-
Packages that use TradeCsvParserPlugin Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of TradeCsvParserPlugin in com.opengamma.strata.loader.csv
Classes in com.opengamma.strata.loader.csv that implement TradeCsvParserPlugin Modifier and Type Class Description classFxNdfTradeCsvPluginHandles the CSV file format for FxNdf trades.classFxSingleBarrierOptionTradeCsvPluginHandles the CSV files format for FX Single Barrier Option trades.classIborCapFloorTradeCsvPluginHandles the CSV file format for CapFloor trades.classSecurityTradeCsvPluginHandles the CSV file format for Security trades.Methods in com.opengamma.strata.loader.csv that return TradeCsvParserPlugin Modifier and Type Method Description static TradeCsvParserPluginTradeCsvParserPlugin. of(String uniqueName)Obtains an instance from the specified unique name.Methods in com.opengamma.strata.loader.csv that return types with arguments of type TradeCsvParserPlugin Modifier and Type Method Description static ExtendedEnum<TradeCsvParserPlugin>TradeCsvParserPlugin. extendedEnum()Gets the extended enum helper.
-