Package com.epam.fix.model.fix43.message
Class SecurityStatus
java.lang.Object
com.epam.fix.model.fix43.message.SecurityStatus
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getLowPx()
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
setInViewOfCommon
(Boolean value) void
void
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
setUnsolicitedIndicator
(Boolean value) void
-
Constructor Details
-
SecurityStatus
public SecurityStatus()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityStatusReqID
-
setSecurityStatusReqID
-
getInstrument
-
setInstrument
-
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
-