Class InstrumentBlock
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.block.InstrumentBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setCFICode
(String value) void
setContractMultiplier
(Double value) void
setCPRegType
(String value) void
setEvntGrp
(EvntGrpBlock value) void
setExerciseStyle
(Long value) void
setFlexibleIndicator
(Boolean value) void
setIssueDate
(Calendar value) void
void
setMaturityDate
(Calendar value) void
setMaturityMonthYear
(Calendar value) void
setMinPriceIncrement
(Double value) void
setNTPositionLimit
(Long value) void
setOptAttribute
(Character value) void
setPositionLimit
(Long value) void
setPutOrCall
(Long value) void
setSecAltIDGrp
(SecAltIDGrpBlock value) void
setSecurityDesc
(String value) void
setSecurityGroup
(String value) void
setSecurityID
(String value) void
setSecurityIDSource
(String value) void
setSecurityStatus
(String value) void
setSecuritySubType
(String value) void
setSecurityType
(String value) void
setSettlMethod
(Character value) void
setStrikePrice
(Double value) void
setStrikeValue
(Double value) void
void
setUnitOfMeasure
(String value) void
-
Constructor Details
-
InstrumentBlock
public InstrumentBlock()
-
-
Method Details
-
getSymbol
-
setSymbol
-
getSecurityID
-
setSecurityID
-
getSecurityIDSource
-
setSecurityIDSource
-
getSecAltIDGrp
-
setSecAltIDGrp
-
getSecurityGroup
-
setSecurityGroup
-
getSecurityType
-
setSecurityType
-
getSecuritySubType
-
setSecuritySubType
-
getMaturityMonthYear
-
setMaturityMonthYear
-
getMaturityDate
-
setMaturityDate
-
getCFICode
-
setCFICode
-
getSecurityStatus
-
setSecurityStatus
-
getIssueDate
-
setIssueDate
-
getStrikePrice
-
setStrikePrice
-
getStrikeValue
-
setStrikeValue
-
getOptAttribute
-
setOptAttribute
-
getContractMultiplier
-
setContractMultiplier
-
getPutOrCall
-
setPutOrCall
-
getPositionLimit
-
setPositionLimit
-
getNTPositionLimit
-
setNTPositionLimit
-
getIssuer
-
setIssuer
-
getSecurityDesc
-
setSecurityDesc
-
getCPRegType
-
setCPRegType
-
getEvntGrp
-
setEvntGrp
-
getSettlMethod
-
setSettlMethod
-
getExerciseStyle
-
setExerciseStyle
-
getFlexibleIndicator
-
setFlexibleIndicator
-
getMinPriceIncrement
-
setMinPriceIncrement
-
getUnitOfMeasure
-
setUnitOfMeasure
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-