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 TypeMethodDescriptionvoid
getLowPx()
int
int
getText()
void
setAdjustment
(Long value) void
setBuyVolume
(Double value) void
setCorporateAction
(String value) void
setCurrency
(String value) void
setDueToRelated
(Boolean value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
setFinancialStatus
(String value) void
setHaltReason
(Character value) void
void
void
setInstrument
(InstrumentBlock value) void
void
setInViewOfCommon
(Boolean value) void
void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setSecurityStatusReqID
(String value) void
setSecurityTradingStatus
(Long value) void
setSellVolume
(Double value) void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
void
setUnsolicitedIndicator
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-