Class AllocationACK

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

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

    • AllocationACK

      public AllocationACK()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getAllocID

      public String getAllocID()
    • setAllocID

      public void setAllocID(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)
    • 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)
    • getLegalConfirm

      public Boolean getLegalConfirm()
    • setLegalConfirm

      public void setLegalConfirm(Boolean 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