Class MarketDataSnapshotFullRefresh
java.lang.Object
com.epam.fix.model.fix50sp1.message.MarketDataSnapshotFullRefresh
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
int
void
void
setApplQueueDepth
(Long value) void
setApplQueueResolution
(Long value) void
setClearingBusinessDate
(Calendar value) void
setCorporateAction
(String value) void
setFinancialStatus
(String value) void
void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setMarketDepth
(Long value) void
setMDBookType
(Long value) void
void
setMDFeedType
(String value) void
setMDReportID
(Long value) void
setMDReqID
(String value) void
setMDSubBookType
(Long value) void
setNetChgPrevDay
(Double value) void
setNoLegs
(int value) void
setNoMDEntries
(int value) void
setNoRoutingIDs
(int value) void
setNoUnderlyings
(int value) void
setRefreshIndicator
(Boolean value) void
void
setTotNumReports
(Long value) void
setTradeDate
(Calendar value) void
setTrailer
(SMTBlock value) void
void
-
Constructor Details
-
MarketDataSnapshotFullRefresh
public MarketDataSnapshotFullRefresh()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getTotNumReports
-
setTotNumReports
-
getMDReportID
-
setMDReportID
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getMDBookType
-
setMDBookType
-
getMDSubBookType
-
setMDSubBookType
-
getMarketDepth
-
setMarketDepth
-
getMDFeedType
-
setMDFeedType
-
getRefreshIndicator
-
setRefreshIndicator
-
getTradeDate
-
setTradeDate
-
getMDReqID
-
setMDReqID
-
getInstrument
-
setInstrument
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getFinancialStatus
-
setFinancialStatus
-
getCorporateAction
-
setCorporateAction
-
getNetChgPrevDay
-
setNetChgPrevDay
-
getNoMDEntries
public int getNoMDEntries() -
setNoMDEntries
public void setNoMDEntries(int value) -
getMDEntriesGroup
-
setMDEntriesGroup
-
getApplQueueDepth
-
setApplQueueDepth
-
getApplQueueResolution
-
setApplQueueResolution
-
getNoRoutingIDs
public int getNoRoutingIDs() -
setNoRoutingIDs
public void setNoRoutingIDs(int value) -
getRoutingIDsGroup
-
setRoutingIDsGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-