Uses of Class
com.caplin.motif.fx.config.definitions.common.Table
-
Packages that use Table Package Description com.caplin.motif.fx.config.definitions.common com.caplin.motif.fx.trading.posttradehistory -
-
Uses of Table in com.caplin.motif.fx.config.definitions.common
Methods in com.caplin.motif.fx.config.definitions.common that return Table Modifier and Type Method Description Table
Table. addHeadersItem(java.lang.String headersItem)
Table
Table. addRowsItem(TableRow rowsItem)
@NotNull @Valid Table
PostTradeHistory. getTable()
Get tableTable
Table. headers(java.util.List<java.lang.String> headers)
Table
Table. rows(java.util.List<TableRow> rows)
Methods in com.caplin.motif.fx.config.definitions.common with parameters of type Table Modifier and Type Method Description void
PostTradeHistory. setTable(Table table)
PostTradeHistory
PostTradeHistory. table(Table table)
-
Uses of Table in com.caplin.motif.fx.trading.posttradehistory
Methods in com.caplin.motif.fx.trading.posttradehistory that return Table Modifier and Type Method Description static Table
DefaultTableFields. addPostTradeHistoryHeaders(Table table)
Adds default post trade history headers to your table configurationstatic Table
DefaultTableFields. addPostTradeHistoryRow(Table table, java.time.LocalDate date, FormattedAmount amount, java.time.LocalDate settlementDate, java.lang.String settlementTenor, FormattedAmount remainingAmount, PostTradeHistoryAction postTradeHistoryAction)
Adds a post trade history row to your table configurationstatic Table
DefaultTableFields. createPostTradeHistoryTable()
Creates an post trade history table with no rowsMethods in com.caplin.motif.fx.trading.posttradehistory with parameters of type Table Modifier and Type Method Description static Table
DefaultTableFields. addPostTradeHistoryHeaders(Table table)
Adds default post trade history headers to your table configurationstatic Table
DefaultTableFields. addPostTradeHistoryRow(Table table, java.time.LocalDate date, FormattedAmount amount, java.time.LocalDate settlementDate, java.lang.String settlementTenor, FormattedAmount remainingAmount, PostTradeHistoryAction postTradeHistoryAction)
Adds a post trade history row to your table configuration
-