Class ForexQuote


  • public class ForexQuote
    extends Object
    ForexQuote
    • Constructor Detail

      • ForexQuote

        public ForexQuote()
    • Method Detail

      • getReference

        public String getReference()
        the reference assigned to the forex quote request
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
      • getInterbank

        public Amount getInterbank()
        Get interbank
        Returns:
        interbank
      • setInterbank

        public void setInterbank​(Amount interbank)
      • getSell

        public Amount getSell()
        the sell rate
        Returns:
        sell
      • setSell

        public void setSell​(Amount sell)
      • getBuy

        public Amount getBuy()
        the buy rate
        Returns:
        buy
      • setBuy

        public void setBuy​(Amount buy)
      • getValidTill

        public Date getValidTill()
        Get validTill
        Returns:
        validTill
      • setValidTill

        public void setValidTill​(Date validTill)
      • getBasePoints

        public Integer getBasePoints()
        Get basePoints
        Returns:
        basePoints
      • setBasePoints

        public void setBasePoints​(Integer basePoints)
      • getSource

        public String getSource()
        the source of the forex quote
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • getSignature

        public String getSignature()
        the signature to validate the integrity
        Returns:
        signature
      • setSignature

        public void setSignature​(String signature)
      • getType

        public String getType()
        the type of forex
        Returns:
        type
      • setType

        public void setType​(String type)
      • getBaseAmount

        public Amount getBaseAmount()
        the base amount
        Returns:
        baseAmount
      • setBaseAmount

        public void setBaseAmount​(Amount baseAmount)
      • getAccount

        public String getAccount()
        the account name
        Returns:
        account
      • setAccount

        public void setAccount​(String account)
      • getAccountType

        public String getAccountType()
        the account type
        Returns:
        accountType
      • setAccountType

        public void setAccountType​(String accountType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object