Uses of Class
com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.RemarksEntry
-
Packages that use TradeConfPartsDef.RemarksEntry Package Description com.caplin.generated.motif.fx.tradeconfirmation -
-
Uses of TradeConfPartsDef.RemarksEntry in com.caplin.generated.motif.fx.tradeconfirmation
Methods in com.caplin.generated.motif.fx.tradeconfirmation that return TradeConfPartsDef.RemarksEntry Modifier and Type Method Description @NotNull TradeConfPartsDef.RemarksEntry
TradeConfPartsDef.RemarksEntry.Builder. build()
static @NotNull TradeConfPartsDef.RemarksEntry
TradeConfPartsDef.RemarksEntry. from(@NotNull Map<String,String> fields)
static @NotNull TradeConfPartsDef.RemarksEntry
TradeConfPartsDef.RemarksEntry. from(@NotNull Map<String,String> fields, @NotNull String fieldPrefix)
@Nullable TradeConfPartsDef.RemarksEntry
TradeConfPartsDef.LegTradeConfirmationFields. getRemarks(int id)
Methods in com.caplin.generated.motif.fx.tradeconfirmation with parameters of type TradeConfPartsDef.RemarksEntry Modifier and Type Method Description @NotNull TradeConfPartsDef.LegTradeConfirmationFields.Builder
TradeConfPartsDef.LegTradeConfirmationFields.Builder. addRemarks(@NotNull TradeConfPartsDef.RemarksEntry remarks)
@NotNull TradeConfPartsDef.LegTradeConfirmationFields.Builder
TradeConfPartsDef.LegTradeConfirmationFields.Builder. setRemarks(@NotNull TradeConfPartsDef.RemarksEntry remarks, int id)
Method parameters in com.caplin.generated.motif.fx.tradeconfirmation with type arguments of type TradeConfPartsDef.RemarksEntry Modifier and Type Method Description @NotNull TradeConfPartsDef.LegTradeConfirmationFields.Builder
TradeConfPartsDef.LegTradeConfirmationFields.Builder. addAllRemarks(@NotNull Collection<TradeConfPartsDef.RemarksEntry> remarks)
-