Class PositionMaintenanceRequest

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

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

    • PositionMaintenanceRequest

      public PositionMaintenanceRequest()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getPosReqID

      public String getPosReqID()
    • setPosReqID

      public void setPosReqID(String value)
    • getPosTransType

      public Long getPosTransType()
    • setPosTransType

      public void setPosTransType(Long value)
    • getPosMaintAction

      public Long getPosMaintAction()
    • setPosMaintAction

      public void setPosMaintAction(Long value)
    • getOrigPosReqRefID

      public String getOrigPosReqRefID()
    • setOrigPosReqRefID

      public void setOrigPosReqRefID(String value)
    • getPosMaintRptRefID

      public String getPosMaintRptRefID()
    • setPosMaintRptRefID

      public void setPosMaintRptRefID(String value)
    • getClearingBusinessDate

      public Calendar getClearingBusinessDate()
    • setClearingBusinessDate

      public void setClearingBusinessDate(Calendar value)
    • getSettlSessID

      public String getSettlSessID()
    • setSettlSessID

      public void setSettlSessID(String value)
    • getSettlSessSubID

      public String getSettlSessSubID()
    • setSettlSessSubID

      public void setSettlSessSubID(String 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)
    • getInstrmtLegGrp

      public InstrmtLegGrpBlock getInstrmtLegGrp()
    • setInstrmtLegGrp

      public void setInstrmtLegGrp(InstrmtLegGrpBlock value)
    • getUndInstrmtGrp

      public UndInstrmtGrpBlock getUndInstrmtGrp()
    • setUndInstrmtGrp

      public void setUndInstrmtGrp(UndInstrmtGrpBlock value)
    • getTrdgSesGrp

      public TrdgSesGrpBlock getTrdgSesGrp()
    • setTrdgSesGrp

      public void setTrdgSesGrp(TrdgSesGrpBlock value)
    • getTransactTime

      public Calendar getTransactTime()
    • setTransactTime

      public void setTransactTime(Calendar value)
    • getPositionQty

      public PositionQtyBlock getPositionQty()
    • setPositionQty

      public void setPositionQty(PositionQtyBlock value)
    • getPositionAmountData

      public PositionAmountDataBlock getPositionAmountData()
    • setPositionAmountData

      public void setPositionAmountData(PositionAmountDataBlock value)
    • getAdjustmentType

      public Long getAdjustmentType()
    • setAdjustmentType

      public void setAdjustmentType(Long value)
    • getContraryInstructionIndicator

      public Boolean getContraryInstructionIndicator()
    • setContraryInstructionIndicator

      public void setContraryInstructionIndicator(Boolean value)
    • getPriorSpreadIndicator

      public Boolean getPriorSpreadIndicator()
    • setPriorSpreadIndicator

      public void setPriorSpreadIndicator(Boolean value)
    • getThresholdAmount

      public Double getThresholdAmount()
    • setThresholdAmount

      public void setThresholdAmount(Double 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)
    • getSettlCurrency

      public String getSettlCurrency()
    • setSettlCurrency

      public void setSettlCurrency(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