Class TradeConfPartsDef.CommonTradeConfirmationFields

    • Method Detail

      • getTOBOUser

        @Nullable
        public @Nullable java.lang.String getTOBOUser()
        Returns:
        tOBOUser
      • getTraderUsername

        @Nullable
        public @Nullable java.lang.String getTraderUsername()
        Returns:
        traderUsername
      • getAccount

        @Nullable
        public @Nullable java.lang.String getAccount()
        Returns:
        account
      • getCurrency

        @Nullable
        public @Nullable java.lang.String getCurrency()
        Returns:
        currency
      • getTransactionType

        @Nullable
        public @Nullable java.lang.String getTransactionType()
        Returns:
        transactionType
      • getMaturityDate

        @Nullable
        public @Nullable java.time.LocalDate getMaturityDate()
        Returns:
        maturityDate
      • getValueDate

        @Nullable
        public @Nullable java.time.LocalDate getValueDate()
        Returns:
        valueDate
      • getTradeID

        @Nullable
        public @Nullable java.lang.String getTradeID()
        Returns:
        tradeID
      • getDirection

        @Nullable
        public @Nullable java.lang.String getDirection()
        Returns:
        direction
      • getPrincipalAmount

        @Nullable
        public @Nullable java.math.BigDecimal getPrincipalAmount()
        Returns:
        principalAmount
      • getInterestRate

        @Nullable
        public @Nullable java.math.BigDecimal getInterestRate()
        Returns:
        interestRate
      • getInterestAmount

        @Nullable
        public @Nullable java.math.BigDecimal getInterestAmount()
        Returns:
        interestAmount
      • getPrincipalPlusInterest

        @Nullable
        public @Nullable java.math.BigDecimal getPrincipalPlusInterest()
        Returns:
        principalPlusInterest
      • getFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getFields()
        Specified by:
        getFields in interface Message
      • getFieldFlags

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

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

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object