Package com.epam.fix.model.fix43.block
Class UnderlyingInstrumentBlock
java.lang.Object
com.epam.fix.model.fix43.block.UnderlyingInstrumentBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
setEncodedUnderlyingIssuer
(String value) void
void
void
void
setNoUnderlyingSecurityAltID
(int value) void
setRatioQty
(Double value) void
setUnderlyingCFICode
(String value) void
void
void
void
setUnderlyingCouponRate
(Double value) void
setUnderlyingCreditRating
(String value) void
setUnderlyingCurrency
(String value) void
setUnderlyingFactor
(Double value) void
setUnderlyingInstrRegistry
(String value) void
setUnderlyingIssueDate
(Calendar value) void
setUnderlyingIssuer
(String value) void
setUnderlyingLocaleOfIssue
(String value) void
void
void
void
setUnderlyingProduct
(Long value) void
void
void
void
setUnderlyingRepurchaseTerm
(Long value) void
setUnderlyingSecurityAltIDGroup
(Collection<UnderlyingInstrumentBlock.UnderlyingSecurityAltIDGroup> value) void
setUnderlyingSecurityDesc
(String value) void
void
setUnderlyingSecurityID
(String value) void
void
setUnderlyingSecurityType
(String value) void
void
setUnderlyingStrikePrice
(Double value) void
setUnderlyingSymbol
(String value) void
setUnderlyingSymbolSfx
(String value) void
-
Constructor Details
-
UnderlyingInstrumentBlock
public UnderlyingInstrumentBlock()
-
-
Method Details
-
getUnderlyingSymbol
-
setUnderlyingSymbol
-
getUnderlyingSymbolSfx
-
setUnderlyingSymbolSfx
-
getUnderlyingSecurityID
-
setUnderlyingSecurityID
-
getUnderlyingSecurityIDSource
-
setUnderlyingSecurityIDSource
-
getNoUnderlyingSecurityAltID
public int getNoUnderlyingSecurityAltID() -
setNoUnderlyingSecurityAltID
public void setNoUnderlyingSecurityAltID(int value) -
getUnderlyingSecurityAltIDGroup
public Collection<UnderlyingInstrumentBlock.UnderlyingSecurityAltIDGroup> getUnderlyingSecurityAltIDGroup() -
setUnderlyingSecurityAltIDGroup
public void setUnderlyingSecurityAltIDGroup(Collection<UnderlyingInstrumentBlock.UnderlyingSecurityAltIDGroup> value) -
getUnderlyingProduct
-
setUnderlyingProduct
-
getUnderlyingCFICode
-
setUnderlyingCFICode
-
getUnderlyingSecurityType
-
setUnderlyingSecurityType
-
getUnderlyingMaturityMonthYear
-
setUnderlyingMaturityMonthYear
-
getUnderlyingMaturityDate
-
setUnderlyingMaturityDate
-
getUnderlyingCouponPaymentDate
-
setUnderlyingCouponPaymentDate
-
getUnderlyingIssueDate
-
setUnderlyingIssueDate
-
getUnderlyingRepoCollateralSecurityType
-
setUnderlyingRepoCollateralSecurityType
-
getUnderlyingRepurchaseTerm
-
setUnderlyingRepurchaseTerm
-
getUnderlyingRepurchaseRate
-
setUnderlyingRepurchaseRate
-
getUnderlyingFactor
-
setUnderlyingFactor
-
getUnderlyingCreditRating
-
setUnderlyingCreditRating
-
getUnderlyingInstrRegistry
-
setUnderlyingInstrRegistry
-
getUnderlyingCountryOfIssue
-
setUnderlyingCountryOfIssue
-
getUnderlyingStateOrProvinceOfIssue
-
setUnderlyingStateOrProvinceOfIssue
-
getUnderlyingLocaleOfIssue
-
setUnderlyingLocaleOfIssue
-
getUnderlyingRedemptionDate
-
setUnderlyingRedemptionDate
-
getUnderlyingStrikePrice
-
setUnderlyingStrikePrice
-
getUnderlyingOptAttribute
-
setUnderlyingOptAttribute
-
getUnderlyingContractMultiplier
-
setUnderlyingContractMultiplier
-
getUnderlyingCouponRate
-
setUnderlyingCouponRate
-
getUnderlyingSecurityExchange
-
setUnderlyingSecurityExchange
-
getUnderlyingIssuer
-
setUnderlyingIssuer
-
getEncodedUnderlyingIssuerLen
-
setEncodedUnderlyingIssuerLen
-
getEncodedUnderlyingIssuer
-
setEncodedUnderlyingIssuer
-
getUnderlyingSecurityDesc
-
setUnderlyingSecurityDesc
-
getEncodedUnderlyingSecurityDescLen
-
setEncodedUnderlyingSecurityDescLen
-
getEncodedUnderlyingSecurityDesc
-
setEncodedUnderlyingSecurityDesc
-
getUnderlyingCurrency
-
setUnderlyingCurrency
-
getRatioQty
-
setRatioQty
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-