Class SettlementInstructionsPartsDef.SettlementFields.Builder
java.lang.Object
com.caplin.generated.motif.mm.settlementinstructions.SettlementInstructionsPartsDef.SettlementFields.Builder
- Enclosing class:
- SettlementInstructionsPartsDef.SettlementFields
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setIsDefaultSettlementInstruction
(boolean isDefaultSettlementInstruction) setIsDefaultSettlementInstruction
(@NotNull String isDefaultSettlementInstruction) setSettlementDisplayName
(@NotNull String settlementDisplayName) setSettlementId
(@NotNull String settlementId) setSettlementInstructionType
(@NotNull String settlementInstructionType) setSettlementRemarks
(@NotNull String settlementRemarks) setSettlementType
(@NotNull String settlementType) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setSettlementId
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setSettlementId(@NotNull @NotNull String settlementId) - Returns:
- The identifier for the settlement instruction.
-
setIsDefaultSettlementInstruction
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setIsDefaultSettlementInstruction(boolean isDefaultSettlementInstruction) - Returns:
- Is this the default settlement instruction for this currency
-
setIsDefaultSettlementInstruction
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setIsDefaultSettlementInstruction(@NotNull @NotNull String isDefaultSettlementInstruction) - Returns:
- Is this the default settlement instruction for this currency
-
setSettlementInstructionType
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setSettlementInstructionType(@NotNull @NotNull String settlementInstructionType) - Parameters:
settlementInstructionType
- e.g. EXISTING- Returns:
- The type of settlement instruction attached to a trade. Supported types are [EXISTING, ADHOC, NONE]
-
setSettlementType
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setSettlementType(@NotNull @NotNull String settlementType) - Parameters:
settlementType
- e.g. PRINCIPAL- Returns:
- The type of settlement attached to a trade. Supported types are [PRINCIPAL, INTEREST]
-
setSettlementRemarks
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setSettlementRemarks(@NotNull @NotNull String settlementRemarks) - Returns:
- The remarks corresponding to the settlement details
-
setSettlementDisplayName
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder setSettlementDisplayName(@NotNull @NotNull String settlementDisplayName) - Parameters:
settlementDisplayName
- e.g. [CCY] Account 1- Returns:
- The name of the settlement instruction. This field can be omitted.
-