Interface MarginCallInstructionType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MarginCallInstructionType.MarginCallInstructionTypeBuilder
All Known Implementing Classes:
MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl, MarginCallInstructionType.MarginCallInstructionTypeImpl

@RosettaDataType(value="MarginCallInstructionType", builder=MarginCallInstructionTypeBuilderImpl.class, version="5.30.0") @RuneDataType(value="MarginCallInstructionType", model="cdm", builder=MarginCallInstructionTypeBuilderImpl.class, version="5.30.0") public interface MarginCallInstructionType extends com.rosetta.model.lib.RosettaModelObject
Represents enumeration values to specify the call notification type, direction, specific action type.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCallType

      CallTypeEnum getCallType()
      Indicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.
    • getVisibilityIndicator

      Boolean getVisibilityIndicator()
      Indicates the choice if the call instruction is visible or not to the other party.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends MarginCallInstructionType> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends MarginCallInstructionType> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject