Class RequestforPositionsAck

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

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

    • RequestforPositionsAck

      public RequestforPositionsAck()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getPosMaintRptID

      public String getPosMaintRptID()
    • setPosMaintRptID

      public void setPosMaintRptID(String value)
    • getPosReqID

      public String getPosReqID()
    • setPosReqID

      public void setPosReqID(String value)
    • getTotalNumPosReports

      public Long getTotalNumPosReports()
    • setTotalNumPosReports

      public void setTotalNumPosReports(Long value)
    • getUnsolicitedIndicator

      public Boolean getUnsolicitedIndicator()
    • setUnsolicitedIndicator

      public void setUnsolicitedIndicator(Boolean value)
    • getPosReqResult

      public Long getPosReqResult()
    • setPosReqResult

      public void setPosReqResult(Long value)
    • getPosReqStatus

      public Long getPosReqStatus()
    • setPosReqStatus

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

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<InstrumentLegBlock> value)
    • getNoUnderlyings

      public int getNoUnderlyings()
    • setNoUnderlyings

      public void setNoUnderlyings(int value)
    • getUnderlyingsGroup

      public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
    • setUnderlyingsGroup

      public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
    • getResponseTransportType

      public Long getResponseTransportType()
    • setResponseTransportType

      public void setResponseTransportType(Long value)
    • getResponseDestination

      public String getResponseDestination()
    • setResponseDestination

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