Class MarketDataSnapshotFullRefresh
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.MarketDataSnapshotFullRefresh
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
setInstrument
(InstrumentBlock value) void
setMarketID
(String value) void
setMarketSegmentID
(String value) void
setMDBookType
(Long value) void
setMDFullGrp
(MDFullGrpBlock value) void
setMDReqID
(String value) void
setMDStreamID
(String value) void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
MarketDataSnapshotFullRefresh
public MarketDataSnapshotFullRefresh()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getMDBookType
-
setMDBookType
-
getMDReqID
-
setMDReqID
-
getMarketID
-
setMarketID
-
getMarketSegmentID
-
setMarketSegmentID
-
getMDStreamID
-
setMDStreamID
-
getInstrument
-
setInstrument
-
getMDFullGrp
-
setMDFullGrp
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-