Package com.epam.fix.model.fix42.message
Class SecurityDefinition
java.lang.Object
com.epam.fix.model.fix42.message.SecurityDefinition
- 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
getText()
void
setContractMultiplier
(Double value) void
setCouponRate
(Double value) void
setCurrency
(String value) void
setEncodedIssuer
(String value) void
setEncodedIssuerLen
(Long value) void
setEncodedSecurityDesc
(String value) void
setEncodedSecurityDescLen
(Long value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setIDSource
(String value) void
void
setMaturityDay
(Long value) void
setMaturityMonthYear
(Calendar value) void
setNoRelatedSym
(int value) void
setOptAttribute
(Character value) void
setPutOrCall
(Long value) void
void
setSecurityDesc
(String value) void
setSecurityExchange
(String value) void
setSecurityID
(String value) void
setSecurityReqID
(String value) void
setSecurityResponseID
(String value) void
setSecurityResponseType
(Long value) void
setSecurityType
(String value) void
setStrikePrice
(Double value) void
void
setSymbolSfx
(String value) void
void
setTotalNumSecurities
(Long value) void
setTradingSessionID
(String value) void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
SecurityDefinition
public SecurityDefinition()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityResponseID
-
setSecurityResponseID
-
getSecurityResponseType
-
setSecurityResponseType
-
getTotalNumSecurities
-
setTotalNumSecurities
-
getSymbol
-
setSymbol
-
getSymbolSfx
-
setSymbolSfx
-
getSecurityID
-
setSecurityID
-
getIDSource
-
setIDSource
-
getSecurityType
-
setSecurityType
-
getMaturityMonthYear
-
setMaturityMonthYear
-
getMaturityDay
-
setMaturityDay
-
getPutOrCall
-
setPutOrCall
-
getStrikePrice
-
setStrikePrice
-
getOptAttribute
-
setOptAttribute
-
getContractMultiplier
-
setContractMultiplier
-
getCouponRate
-
setCouponRate
-
getSecurityExchange
-
setSecurityExchange
-
getIssuer
-
setIssuer
-
getEncodedIssuerLen
-
setEncodedIssuerLen
-
getEncodedIssuer
-
setEncodedIssuer
-
getSecurityDesc
-
setSecurityDesc
-
getEncodedSecurityDescLen
-
setEncodedSecurityDescLen
-
getEncodedSecurityDesc
-
setEncodedSecurityDesc
-
getCurrency
-
setCurrency
-
getTradingSessionID
-
setTradingSessionID
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getNoRelatedSym
public int getNoRelatedSym() -
setNoRelatedSym
public void setNoRelatedSym(int value) -
getRelatedSymGroup
-
setRelatedSymGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-