Class AssignmentReport

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

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

    • AssignmentReport

      public AssignmentReport()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getAsgnRptID

      public String getAsgnRptID()
    • setAsgnRptID

      public void setAsgnRptID(String value)
    • getTotNumAssignmentReports

      public Long getTotNumAssignmentReports()
    • setTotNumAssignmentReports

      public void setTotNumAssignmentReports(Long value)
    • getLastRptRequested

      public Boolean getLastRptRequested()
    • setLastRptRequested

      public void setLastRptRequested(Boolean value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String 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)
    • getPositionQty

      public PositionQtyBlock getPositionQty()
    • setPositionQty

      public void setPositionQty(PositionQtyBlock value)
    • getPositionAmountData

      public PositionAmountDataBlock getPositionAmountData()
    • setPositionAmountData

      public void setPositionAmountData(PositionAmountDataBlock value)
    • getThresholdAmount

      public Double getThresholdAmount()
    • setThresholdAmount

      public void setThresholdAmount(Double value)
    • getSettlPrice

      public Double getSettlPrice()
    • setSettlPrice

      public void setSettlPrice(Double value)
    • getSettlPriceType

      public Long getSettlPriceType()
    • setSettlPriceType

      public void setSettlPriceType(Long value)
    • getUnderlyingSettlPrice

      public Double getUnderlyingSettlPrice()
    • setUnderlyingSettlPrice

      public void setUnderlyingSettlPrice(Double value)
    • getPriorSettlPrice

      public Double getPriorSettlPrice()
    • setPriorSettlPrice

      public void setPriorSettlPrice(Double value)
    • getExpireDate

      public Calendar getExpireDate()
    • setExpireDate

      public void setExpireDate(Calendar value)
    • getAssignmentMethod

      public Character getAssignmentMethod()
    • setAssignmentMethod

      public void setAssignmentMethod(Character value)
    • getAssignmentUnit

      public Double getAssignmentUnit()
    • setAssignmentUnit

      public void setAssignmentUnit(Double value)
    • getOpenInterest

      public Double getOpenInterest()
    • setOpenInterest

      public void setOpenInterest(Double value)
    • getExerciseMethod

      public Character getExerciseMethod()
    • setExerciseMethod

      public void setExerciseMethod(Character value)
    • getSettlSessID

      public String getSettlSessID()
    • setSettlSessID

      public void setSettlSessID(String value)
    • getSettlSessSubID

      public String getSettlSessSubID()
    • setSettlSessSubID

      public void setSettlSessSubID(String value)
    • getClearingBusinessDate

      public Calendar getClearingBusinessDate()
    • setClearingBusinessDate

      public void setClearingBusinessDate(Calendar 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