Uses of Class
com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Packages that use CsvOutput.CsvRowOutputWithHeaders Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output.com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of CsvOutput.CsvRowOutputWithHeaders in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return CsvOutput.CsvRowOutputWithHeaders Modifier and Type Method Description CsvOutput.CsvRowOutputWithHeadersCsvOutput. withHeaders(List<String> headers, boolean alwaysQuote)Write a header line to the underlying, returning an instance that allows cells to be written by header name.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeCell(String header, double value)Writes a single cell by header, with the cell only being output whenwriteNewLine()is called.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeCell(String header, long value)Writes a single cell by header, with the cell only being output whenwriteNewLine()is called.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeCell(String header, Object value)Writes a single cell by header, with the cell only being output whenwriteNewLine()is called.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeCell(String header, String value)Writes a single cell by header, with the cell only being output whenwriteNewLine()is called.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeCells(Map<String,String> valueMap)Writes a map of cells to the output, with the cell only being output whenwriteNewLine()is called.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeLine(Map<String,String> valueMap)Writes a row to the output, specifying each value by the header.CsvOutput.CsvRowOutputWithHeadersCsvOutput.CsvRowOutputWithHeaders. writeNewLine()Writes a new line character. -
Uses of CsvOutput.CsvRowOutputWithHeaders in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv with parameters of type CsvOutput.CsvRowOutputWithHeaders Modifier and Type Method Description static voidCsvWriterUtils. writeAdjustablePayment(CsvOutput.CsvRowOutputWithHeaders csv, AdjustablePayment adjustablePayment, String amountField, String currencyField, String directionField, String dateField, String dateConventionField, String dateCalendarField)Writes an AdjustablePayment object to CSVstatic voidCsvWriterUtils. writeBarrier(CsvOutput.CsvRowOutputWithHeaders csv, Barrier barrier, LocalDate obsDate)Writes a Barrier object to CSVvoidFxNdfTradeCsvPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, FxNdfTrade trade)voidFxSingleBarrierOptionTradeCsvPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, FxSingleBarrierOptionTrade trade)voidGenericSecurityTradeCsvPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, GenericSecurityTrade trade)voidIborCapFloorTradeCsvPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, IborCapFloorTrade trade)voidSecurityTradeCsvPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, SecurityQuantityTrade trade)voidTradeCsvWriterPlugin. writeCsv(CsvOutput.CsvRowOutputWithHeaders csv, T trade)Writes the CSV for the specified trade.static voidCsvWriterUtils. writeCurrencyAmount(CsvOutput.CsvRowOutputWithHeaders csv, CurrencyAmount ccyAmount, String amountField, String currencyField, String directionField)Writes a currency amount using the provided fieldsstatic voidCsvWriterUtils. writeFxSingle(CsvOutput.CsvRowOutputWithHeaders csv, String prefix, FxSingle product)Write the FxSingle to CSVstatic voidCsvWriterUtils. writeFxVanillaOption(CsvOutput.CsvRowOutputWithHeaders csv, FxVanillaOption product)Write a FxVanillaOption to CSVstatic voidCsvWriterUtils. writePremiumFields(CsvOutput.CsvRowOutputWithHeaders csv, AdjustablePayment premium)Writes an AdjustablePayment object to CSVstatic voidCsvWriterUtils. writeSecurityQuantityTrade(CsvOutput.CsvRowOutputWithHeaders csv, SecurityQuantityTrade trade)Write a SecurityQuantityTrade to CSVstatic voidCsvWriterUtils. writeSwap(CsvOutput.CsvRowOutputWithHeaders csv, Swap product)Write a Swap to CSVstatic voidCsvWriterUtils. writeZonedDateTime(CsvOutput.CsvRowOutputWithHeaders csv, ZonedDateTime zonedDateTime, String dateField, String timeField, String zoneField)Writes a zoned date time using the provided field
-