Class SettlementInstructionsPartsDef.SettlementFields

java.lang.Object
com.caplin.generated.motif.mm.settlementinstructions.SettlementInstructionsPartsDef.SettlementFields
All Implemented Interfaces:
BuilderMessage, Message
Enclosing class:
SettlementInstructionsPartsDef

public static final class SettlementInstructionsPartsDef.SettlementFields extends Object implements BuilderMessage
  • Method Details

    • getSettlementId

      @Nullable public @Nullable String getSettlementId()
      Returns:
      The identifier for the settlement instruction.
    • getIsDefaultSettlementInstruction

      @Nullable public @Nullable Boolean getIsDefaultSettlementInstruction()
      Returns:
      Is this the default settlement instruction for this currency
    • getSettlementInstructionType

      @Nullable public @Nullable String getSettlementInstructionType()
      Returns:
      The type of settlement instruction attached to a trade. Supported types are [EXISTING, ADHOC, NONE]
    • getSettlementType

      @Nullable public @Nullable String getSettlementType()
      Returns:
      The type of settlement attached to a trade. Supported types are [PRINCIPAL, INTEREST]
    • getSettlementRemarks

      @Nullable public @Nullable String getSettlementRemarks()
      Returns:
      The remarks corresponding to the settlement details
    • getSettlementDisplayName

      @Nullable public @Nullable String getSettlementDisplayName()
      Returns:
      The name of the settlement instruction. This field can be omitted.
    • getFields

      @NotNull public @NotNull Map<String,String> getFields()
      Specified by:
      getFields in interface Message
    • getFieldFlags

      @NotNull public @NotNull Map<String,Collection<String>> getFieldFlags()
      Specified by:
      getFieldFlags in interface BuilderMessage
      Returns:
      Get the flags for all fields.
    • getFlagFields

      @NotNull public @NotNull Map<String,Collection<String>> getFlagFields()
      Specified by:
      getFlagFields in interface BuilderMessage
      Returns:
      Get the fields for all flags.
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • from

      @NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementFields from(@NotNull @NotNull Map<String,String> fields)
    • from

      @NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementFields from(@NotNull @NotNull Map<String,String> fields, @NotNull @NotNull String fieldPrefix)
    • newBuilder

      @NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementFields.Builder newBuilder()