Class ConfirmationRequest

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

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

    • ConfirmationRequest

      public ConfirmationRequest()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getConfirmReqID

      public String getConfirmReqID()
    • setConfirmReqID

      public void setConfirmReqID(String value)
    • getConfirmType

      public Long getConfirmType()
    • setConfirmType

      public void setConfirmType(Long value)
    • getNoOrders

      public int getNoOrders()
    • setNoOrders

      public void setNoOrders(int value)
    • getOrdersGroup

      public Collection<ConfirmationRequest.OrdersGroup> getOrdersGroup()
    • setOrdersGroup

      public void setOrdersGroup(Collection<ConfirmationRequest.OrdersGroup> value)
    • getAllocID

      public String getAllocID()
    • setAllocID

      public void setAllocID(String value)
    • getSecondaryAllocID

      public String getSecondaryAllocID()
    • setSecondaryAllocID

      public void setSecondaryAllocID(String value)
    • getIndividualAllocID

      public String getIndividualAllocID()
    • setIndividualAllocID

      public void setIndividualAllocID(String value)
    • getTransactTime

      public Calendar getTransactTime()
    • setTransactTime

      public void setTransactTime(Calendar value)
    • getAllocAccount

      public String getAllocAccount()
    • setAllocAccount

      public void setAllocAccount(String value)
    • getAllocAcctIDSource

      public Long getAllocAcctIDSource()
    • setAllocAcctIDSource

      public void setAllocAcctIDSource(Long value)
    • getAllocAccountType

      public Long getAllocAccountType()
    • setAllocAccountType

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