Uses of Class
com.caplin.motif.fx.trading.posttradehistory.PostTradeHistoryAction
-
Packages that use PostTradeHistoryAction Package Description com.caplin.motif.fx.trading.posttradehistory -
-
Uses of PostTradeHistoryAction in com.caplin.motif.fx.trading.posttradehistory
Methods in com.caplin.motif.fx.trading.posttradehistory with parameters of type PostTradeHistoryAction Modifier and Type Method Description static 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 TableCell
DefaultTableFields. createActionCell(PostTradeHistoryAction postTradeHistoryAction)
Creates an action cell to add to your post trade history table row
-