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 class
FxNdfTradeCsvPlugin
Handles the CSV file format for FxNdf trades.class
FxSingleBarrierOptionTradeCsvPlugin
Handles the CSV files format for FX Single Barrier Option trades.class
IborCapFloorTradeCsvPlugin
Handles the CSV file format for CapFloor trades.class
SecurityTradeCsvPlugin
Handles the CSV file format for Security trades.Methods in com.opengamma.strata.loader.csv that return TradeCsvParserPlugin Modifier and Type Method Description static TradeCsvParserPlugin
TradeCsvParserPlugin. 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.
-