Class TradeConfPartsDef.DealBreakdownTradeConfirmationFields

    • Method Detail

      • getEffectiveDate

        @Nullable
        public @Nullable java.lang.String getEffectiveDate()
        Returns:
        The date the trade comes into effect.
      • getExpirationDate

        @Nullable
        public @Nullable java.lang.String getExpirationDate()
        Returns:
        What date the commodity should expire.
      • getQuantity

        @Nullable
        public @Nullable java.math.BigDecimal getQuantity()
        Returns:
        The notional quantity of the commodity that's being transacted.
      • getStrikePer

        @Nullable
        public @Nullable java.math.BigDecimal getStrikePer()
        Returns:
        KIODEX unit for the strike price.
      • getPremiumPer

        @Nullable
        public @Nullable java.math.BigDecimal getPremiumPer()
        Returns:
        KIODEX unit for the premium price.
      • getFixedPricePer

        @Nullable
        public @Nullable java.math.BigDecimal getFixedPricePer()
        Returns:
        KIODEX unit for the fixed price.
      • getPaymentDate

        @Nullable
        public @Nullable java.lang.String getPaymentDate()
        Returns:
        The date by when the payment needs to be done.
      • getUSI

        @Nullable
        public @Nullable java.lang.String getUSI()
        Returns:
        Unique swap identifier, global unique transaction identifier.
      • getUTI

        @Nullable
        public @Nullable java.lang.String getUTI()
        Returns:
        Unique Transaction Identifier.
      • 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