Uses of Class
com.caplin.generated.motif.mm.tradeconfirmation.TradeConfPartsDef.SalesCommonTradeConfirmationFields
-
Packages that use TradeConfPartsDef.SalesCommonTradeConfirmationFields Package Description com.caplin.generated.motif.mm.tradeconfirmation -
-
Uses of TradeConfPartsDef.SalesCommonTradeConfirmationFields in com.caplin.generated.motif.mm.tradeconfirmation
Methods in com.caplin.generated.motif.mm.tradeconfirmation that return TradeConfPartsDef.SalesCommonTradeConfirmationFields Modifier and Type Method Description @NotNull TradeConfPartsDef.SalesCommonTradeConfirmationFields
TradeConfPartsDef.SalesCommonTradeConfirmationFields.Builder. build()
static @NotNull TradeConfPartsDef.SalesCommonTradeConfirmationFields
TradeConfPartsDef.SalesCommonTradeConfirmationFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields)
static @NotNull TradeConfPartsDef.SalesCommonTradeConfirmationFields
TradeConfPartsDef.SalesCommonTradeConfirmationFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields, @NotNull java.lang.String fieldPrefix)
TradeConfPartsDef.SalesCommonTradeConfirmationFields
TradeConfTypesDef.SalesTradeConfirmation. getSalesCommonFields()
Methods in com.caplin.generated.motif.mm.tradeconfirmation with parameters of type TradeConfPartsDef.SalesCommonTradeConfirmationFields Modifier and Type Method Description @NotNull TradeConfTypesDef.SalesTradeConfirmation.Builder
TradeConfTypesDef.SalesTradeConfirmation.Builder. setSalesCommonFields(TradeConfPartsDef.SalesCommonTradeConfirmationFields salesCommonFields)
-