Uses of Class
com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.NettingComponents
-
Uses of SettlementInstructionsPartsDef.NettingComponents in com.caplin.generated.motif.fx.settlementinstructions
Modifier and TypeMethodDescriptionSettlementInstructionsPartsDef.NettingComponents.Builder.build()
static @NotNull SettlementInstructionsPartsDef.NettingComponents
static @NotNull SettlementInstructionsPartsDef.NettingComponents
SettlementInstructionsPartsDef.NettingComponents.from
(@NotNull Map<String, String> fields, @NotNull String fieldPrefix) SettlementInstructionsPartsDef.SettlementTradeFields.getPayNettingComponents
(int id) SettlementInstructionsPartsDef.SettlementTradeFields.getReceiveNettingComponents
(int id) Modifier and TypeMethodDescriptionSettlementInstructionsPartsDef.SettlementTradeFields.Builder.addPayNettingComponents
(@NotNull SettlementInstructionsPartsDef.NettingComponents payNettingComponents) SettlementInstructionsPartsDef.SettlementTradeFields.Builder.addReceiveNettingComponents
(@NotNull SettlementInstructionsPartsDef.NettingComponents receiveNettingComponents) SettlementInstructionsPartsDef.SettlementTradeFields.Builder.setPayNettingComponents
(@NotNull SettlementInstructionsPartsDef.NettingComponents payNettingComponents, int id) SettlementInstructionsPartsDef.SettlementTradeFields.Builder.setReceiveNettingComponents
(@NotNull SettlementInstructionsPartsDef.NettingComponents receiveNettingComponents, int id) Modifier and TypeMethodDescriptionSettlementInstructionsPartsDef.SettlementTradeFields.Builder.addAllPayNettingComponents
(@NotNull Collection<SettlementInstructionsPartsDef.NettingComponents> payNettingComponents) SettlementInstructionsPartsDef.SettlementTradeFields.Builder.addAllReceiveNettingComponents
(@NotNull Collection<SettlementInstructionsPartsDef.NettingComponents> receiveNettingComponents)