Class AllocationReportAck

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

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

    • AllocationReportAck

      public AllocationReportAck()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getAllocReportID

      public String getAllocReportID()
    • setAllocReportID

      public void setAllocReportID(String value)
    • getAllocID

      public String getAllocID()
    • setAllocID

      public void setAllocID(String value)
    • getClearingBusinessDate

      public Calendar getClearingBusinessDate()
    • setClearingBusinessDate

      public void setClearingBusinessDate(Calendar value)
    • getAvgPxIndicator

      public Long getAvgPxIndicator()
    • setAvgPxIndicator

      public void setAvgPxIndicator(Long value)
    • getQuantity

      public Double getQuantity()
    • setQuantity

      public void setQuantity(Double value)
    • getAllocTransType

      public Character getAllocTransType()
    • setAllocTransType

      public void setAllocTransType(Character value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getSecondaryAllocID

      public String getSecondaryAllocID()
    • setSecondaryAllocID

      public void setSecondaryAllocID(String value)
    • getTradeDate

      public Calendar getTradeDate()
    • setTradeDate

      public void setTradeDate(Calendar value)
    • getTransactTime

      public Calendar getTransactTime()
    • setTransactTime

      public void setTransactTime(Calendar value)
    • getAllocStatus

      public Long getAllocStatus()
    • setAllocStatus

      public void setAllocStatus(Long value)
    • getAllocRejCode

      public Long getAllocRejCode()
    • setAllocRejCode

      public void setAllocRejCode(Long value)
    • getAllocReportType

      public Long getAllocReportType()
    • setAllocReportType

      public void setAllocReportType(Long value)
    • getAllocIntermedReqType

      public Long getAllocIntermedReqType()
    • setAllocIntermedReqType

      public void setAllocIntermedReqType(Long value)
    • getMatchStatus

      public Character getMatchStatus()
    • setMatchStatus

      public void setMatchStatus(Character value)
    • getProduct

      public Long getProduct()
    • setProduct

      public void setProduct(Long value)
    • getSecurityType

      public String getSecurityType()
    • setSecurityType

      public void setSecurityType(String 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)
    • getAllocAckGrp

      public AllocAckGrpBlock getAllocAckGrp()
    • setAllocAckGrp

      public void setAllocAckGrp(AllocAckGrpBlock 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