Class SecurityDefinitionUpdateReport

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

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

    • SecurityDefinitionUpdateReport

      public SecurityDefinitionUpdateReport()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getApplicationSequenceControl

      public ApplicationSequenceControlBlock getApplicationSequenceControl()
    • setApplicationSequenceControl

      public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
    • getSecurityReportID

      public Long getSecurityReportID()
    • setSecurityReportID

      public void setSecurityReportID(Long value)
    • getSecurityReqID

      public String getSecurityReqID()
    • setSecurityReqID

      public void setSecurityReqID(String value)
    • getSecurityResponseID

      public String getSecurityResponseID()
    • setSecurityResponseID

      public void setSecurityResponseID(String value)
    • getSecurityResponseType

      public Long getSecurityResponseType()
    • setSecurityResponseType

      public void setSecurityResponseType(Long value)
    • getClearingBusinessDate

      public Calendar getClearingBusinessDate()
    • setClearingBusinessDate

      public void setClearingBusinessDate(Calendar value)
    • getSecurityUpdateAction

      public Character getSecurityUpdateAction()
    • setSecurityUpdateAction

      public void setSecurityUpdateAction(Character value)
    • getCorporateAction

      public String getCorporateAction()
    • setCorporateAction

      public void setCorporateAction(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getInstrumentExtension

      public InstrumentExtensionBlock getInstrumentExtension()
    • setInstrumentExtension

      public void setInstrumentExtension(InstrumentExtensionBlock value)
    • getNoUnderlyings

      public int getNoUnderlyings()
    • setNoUnderlyings

      public void setNoUnderlyings(int value)
    • getUnderlyingsGroup

      public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
    • setUnderlyingsGroup

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

      public String getCurrency()
    • setCurrency

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

      public StipulationsBlock getStipulations()
    • setStipulations

      public void setStipulations(StipulationsBlock value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

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

      public SpreadOrBenchmarkCurveDataBlock getSpreadOrBenchmarkCurveData()
    • setSpreadOrBenchmarkCurveData

      public void setSpreadOrBenchmarkCurveData(SpreadOrBenchmarkCurveDataBlock value)
    • getYieldData

      public YieldDataBlock getYieldData()
    • setYieldData

      public void setYieldData(YieldDataBlock value)
    • getNoMarketSegments

      public int getNoMarketSegments()
    • setNoMarketSegments

      public void setNoMarketSegments(int value)
    • getMarketSegmentsGroup

    • setMarketSegmentsGroup

      public void setMarketSegmentsGroup(Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup> 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