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 classFxNdfTradeCsvPluginHandles the CSV file format for FxNdf trades.classFxSingleBarrierOptionTradeCsvPluginHandles the CSV files format for FX Single Barrier Option trades.classGenericSecurityTradeCsvPluginHandles the CSV file format for Generic Security 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 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.
-