Class MassQuoteAcknowledgement

java.lang.Object
com.epam.fix.model.fix44.message.MassQuoteAcknowledgement
All Implemented Interfaces:
com.epam.fix.model.Block, com.epam.fix.model.Message

public class MassQuoteAcknowledgement extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • MassQuoteAcknowledgement

      public MassQuoteAcknowledgement()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getQuoteReqID

      public String getQuoteReqID()
    • setQuoteReqID

      public void setQuoteReqID(String value)
    • getQuoteID

      public String getQuoteID()
    • setQuoteID

      public void setQuoteID(String value)
    • getQuoteStatus

      public Long getQuoteStatus()
    • setQuoteStatus

      public void setQuoteStatus(Long value)
    • getQuoteRejectReason

      public Long getQuoteRejectReason()
    • setQuoteRejectReason

      public void setQuoteRejectReason(Long value)
    • getQuoteResponseLevel

      public Long getQuoteResponseLevel()
    • setQuoteResponseLevel

      public void setQuoteResponseLevel(Long value)
    • getQuoteType

      public Long getQuoteType()
    • setQuoteType

      public void setQuoteType(Long value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String value)
    • getAcctIDSource

      public Long getAcctIDSource()
    • setAcctIDSource

      public void setAcctIDSource(Long value)
    • getAccountType

      public Long getAccountType()
    • setAccountType

      public void setAccountType(Long value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getEncodedTextLen

      public Long getEncodedTextLen()
    • setEncodedTextLen

      public void setEncodedTextLen(Long value)
    • getEncodedText

      public String getEncodedText()
    • setEncodedText

      public void setEncodedText(String value)
    • getNoQuoteSets

      public int getNoQuoteSets()
    • setNoQuoteSets

      public void setNoQuoteSets(int value)
    • getQuoteSetsGroup

    • setQuoteSetsGroup

      public void setQuoteSetsGroup(Collection<MassQuoteAcknowledgement.QuoteSetsGroup> value)
    • toFIX

      public void toFIX(FIXFieldList l)
      Specified by:
      toFIX in interface com.epam.fix.model.Block
    • fromFIX

      public void fromFIX(FIXFieldList l)
      Specified by:
      fromFIX in interface com.epam.fix.model.Block