public class SecurityDefinitionUpdateReport extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
SecurityDefinitionUpdateReport.MarketSegmentsGroup |
Constructor and Description |
---|
SecurityDefinitionUpdateReport() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public ApplicationSequenceControlBlock getApplicationSequenceControl()
public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
public Long getSecurityReportID()
public void setSecurityReportID(Long value)
public String getSecurityReqID()
public void setSecurityReqID(String value)
public String getSecurityResponseID()
public void setSecurityResponseID(String value)
public Long getSecurityResponseType()
public void setSecurityResponseType(Long value)
public Calendar getClearingBusinessDate()
public void setClearingBusinessDate(Calendar value)
public Character getSecurityUpdateAction()
public void setSecurityUpdateAction(Character value)
public String getCorporateAction()
public void setCorporateAction(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public InstrumentExtensionBlock getInstrumentExtension()
public void setInstrumentExtension(InstrumentExtensionBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public String getCurrency()
public void setCurrency(String value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public StipulationsBlock getStipulations()
public void setStipulations(StipulationsBlock value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public SpreadOrBenchmarkCurveDataBlock getSpreadOrBenchmarkCurveData()
public void setSpreadOrBenchmarkCurveData(SpreadOrBenchmarkCurveDataBlock value)
public YieldDataBlock getYieldData()
public void setYieldData(YieldDataBlock value)
public int getNoMarketSegments()
public void setNoMarketSegments(int value)
public Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup> getMarketSegmentsGroup()
public void setMarketSegmentsGroup(Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup> value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.