Uses of Interface
com.opengamma.strata.loader.csv.PositionCsvParserPlugin
-
Packages that use PositionCsvParserPlugin Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of PositionCsvParserPlugin in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return PositionCsvParserPlugin Modifier and Type Method Description static PositionCsvParserPlugin
PositionCsvParserPlugin. 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 PositionCsvParserPlugin Modifier and Type Method Description static ExtendedEnum<PositionCsvParserPlugin>
PositionCsvParserPlugin. extendedEnum()
Gets the extended enum helper.
-