Uses of Class
com.caplin.motif.mm.trading.posttradehistory.MMPostTradeHistoryAction
-
Packages that use MMPostTradeHistoryAction Package Description com.caplin.motif.mm.trading.posttradehistory -
-
Uses of MMPostTradeHistoryAction in com.caplin.motif.mm.trading.posttradehistory
Methods in com.caplin.motif.mm.trading.posttradehistory with parameters of type MMPostTradeHistoryAction Modifier and Type Method Description static Table
MMDefaultTableFields. addMMCapitalIncreaseRow(Table table, java.time.LocalDate date, FormattedAmount singleCapitalIncreaseAmount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction)
Adds a capital increase post trade history row to your table configurationstatic TableCell
MMDefaultTableFields. createMMActionCell(MMPostTradeHistoryAction postTradeHistoryAction)
Creates an action cell to add to your MM post trade history table row
-