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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
getText()
void
void
setClearingBusinessDate
(Calendar value) void
setCorporateAction
(String value) void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setInstrument
(InstrumentBlock value) void
void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
void
setNoLegs
(int value) void
setNoMarketSegments
(int value) void
setNoUnderlyings
(int value) void
setSecurityReportID
(Long value) void
setSecurityReqID
(String value) void
setSecurityResponseID
(String value) void
setSecurityResponseType
(Long value) void
setSecurityUpdateAction
(Character value) void
void
setStipulations
(StipulationsBlock value) void
void
setTrailer
(SMTBlock value) void
void
setYieldData
(YieldDataBlock value) void
-
Constructor Details
-
SecurityDefinitionUpdateReport
public SecurityDefinitionUpdateReport()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getSecurityReportID
-
setSecurityReportID
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityResponseID
-
setSecurityResponseID
-
getSecurityResponseType
-
setSecurityResponseType
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSecurityUpdateAction
-
setSecurityUpdateAction
-
getCorporateAction
-
setCorporateAction
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getCurrency
-
setCurrency
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getStipulations
-
setStipulations
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getYieldData
-
setYieldData
-
getNoMarketSegments
public int getNoMarketSegments() -
setNoMarketSegments
public void setNoMarketSegments(int value) -
getMarketSegmentsGroup
-
setMarketSegmentsGroup
public void setMarketSegmentsGroup(Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup> value) -
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-