Interface ExecutionClientFieldSet

    • Method Detail

      • getQuoteID

        default java.lang.String getQuoteID()
        The unique ID of the quote the client wants to trade on.
      • getTradingType

        default java.lang.String getTradingType()
        This could be DEPOSIT or LOAN.
      • getInterestRate

        default java.lang.String getInterestRate()
        Interest rate on the given PrincipalAmount.
      • getInterestMargin

        default java.lang.String getInterestMargin()
        Interest margin on the given InterestRate.
      • getInterestAmount

        default java.lang.String getInterestAmount()
        Interest amount (specified in the provided Currency) calculated from the interest rate and principal amount.
      • getPrincipalPlusInterest

        default java.lang.String getPrincipalPlusInterest()
        Composite amount between principal amount and interest amount.