Class QuotePartsDef.CommonFields

    • Method Detail

      • getQuoteID

        @Nullable
        public @Nullable String getQuoteID()
        Returns:
        Unique id for a price quote, used to determine which quote has been used for trade execution.
      • getInterestRate

        @Nullable
        public @Nullable BigDecimal getInterestRate()
        Returns:
        Interest rate on the given PrincipalAmount.
      • getInterestAmount

        @Nullable
        public @Nullable BigDecimal getInterestAmount()
        Returns:
        Interest amount (specified in the provided Currency) calculated from the interest rate and principal amount
      • getPrincipalPlusInterest

        @Nullable
        public @Nullable BigDecimal getPrincipalPlusInterest()
        Returns:
        Composite amount between principal amount and interest amount.
      • getOverallTimeout

        @Nullable
        public @Nullable Integer getOverallTimeout()
        Returns:
        The amount in seconds in which the trade will expire.