Uses of Interface
com.opengamma.strata.loader.csv.TradeCsvWriterPlugin
-
Packages that use TradeCsvWriterPlugin Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of TradeCsvWriterPlugin in com.opengamma.strata.loader.csv
Classes in com.opengamma.strata.loader.csv that implement TradeCsvWriterPlugin 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
GenericSecurityTradeCsvPlugin
Handles the CSV file format for Generic Security 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 TradeCsvWriterPlugin Modifier and Type Method Description static TradeCsvWriterPlugin<?>
TradeCsvWriterPlugin. 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 TradeCsvWriterPlugin Modifier and Type Method Description static ExtendedEnum<TradeCsvWriterPlugin<?>>
TradeCsvWriterPlugin. extendedEnum()
Gets the extended enum helper.
-