Interface MMInterventionQuoteClientFieldSet

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String getInterestRate()
      Interest margin on the given InterestRate.
      default java.lang.String getOverallTimeOut()
      This field is the length of time in seconds that a sales intervention quote is valid for.
      default java.lang.String getPricingType()
      The type of pricing, either QUOTE or STREAM, QUOTE will send a send a singe quote to the client, while STREAM will stream rates to the client using the given margins.
      default java.lang.String getRemainingTimeOutMillis()
      This field is the remaining length of time in milliseconds that a sales intervention quote is valid for.
    • Method Detail

      • getPricingType

        default java.lang.String getPricingType()
        The type of pricing, either QUOTE or STREAM, QUOTE will send a send a singe quote to the client, while STREAM will stream rates to the client using the given margins.
      • getInterestRate

        default java.lang.String getInterestRate()
        Interest margin on the given InterestRate.
      • getOverallTimeOut

        default java.lang.String getOverallTimeOut()
        This field is the length of time in seconds that a sales intervention quote is valid for.
      • getRemainingTimeOutMillis

        default java.lang.String getRemainingTimeOutMillis()
        This field is the remaining length of time in milliseconds that a sales intervention quote is valid for.