Package com.epam.fix.model.fix44.message
Class MarketDataSnapshotFullRefresh
java.lang.Object
com.epam.fix.model.fix44.message.MarketDataSnapshotFullRefresh
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintintvoidsetApplQueueDepth(Long value) voidsetApplQueueResolution(Long value) voidsetCorporateAction(String value) voidsetFinancialStatus(String value) voidvoidsetInstrument(InstrumentBlock value) voidsetLegsGroup(Collection<InstrumentLegBlock> value) voidvoidsetMDReqID(String value) voidsetNetChgPrevDay(Double value) voidsetNoLegs(int value) voidsetNoMDEntries(int value) voidsetNoUnderlyings(int value) voidsetTrailer(SMTBlock value) voidvoid
-
Constructor Details
-
MarketDataSnapshotFullRefresh
public MarketDataSnapshotFullRefresh()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
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
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-