Package com.epam.fix.model.fix44.message
Class SecurityStatus
java.lang.Object
com.epam.fix.model.fix44.message.SecurityStatus
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetLowPx()intintgetText()voidsetAdjustment(Long value) voidsetBuyVolume(Double value) voidsetCorporateAction(String value) voidsetCurrency(String value) voidsetDueToRelated(Boolean value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidsetFinancialStatus(String value) voidsetHaltReason(Character value) voidvoidvoidsetInstrument(InstrumentBlock value) voidvoidsetInViewOfCommon(Boolean value) voidvoidsetLegsGroup(Collection<InstrumentLegBlock> value) voidvoidsetNoLegs(int value) voidsetNoUnderlyings(int value) voidsetSecurityStatusReqID(String value) voidsetSecurityTradingStatus(Long value) voidsetSellVolume(Double value) voidvoidsetTradingSessionID(String value) voidsetTradingSessionSubID(String value) voidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) voidvoidsetUnsolicitedIndicator(Boolean value) void
-
Constructor Details
-
SecurityStatus
public SecurityStatus()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityStatusReqID
-
setSecurityStatusReqID
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getCurrency
-
setCurrency
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getUnsolicitedIndicator
-
setUnsolicitedIndicator
-
getSecurityTradingStatus
-
setSecurityTradingStatus
-
getFinancialStatus
-
setFinancialStatus
-
getCorporateAction
-
setCorporateAction
-
getHaltReason
-
setHaltReason
-
getInViewOfCommon
-
setInViewOfCommon
-
getDueToRelated
-
setDueToRelated
-
getBuyVolume
-
setBuyVolume
-
getSellVolume
-
setSellVolume
-
getHighPx
-
setHighPx
-
getLowPx
-
setLowPx
-
getLastPx
-
setLastPx
-
getTransactTime
-
setTransactTime
-
getAdjustment
-
setAdjustment
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-