public class MarketDataSnapshotFullRefresh extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
MarketDataSnapshotFullRefresh() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
ApplicationSequenceControlBlock |
getApplicationSequenceControl() |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
String |
getMarketID() |
String |
getMarketSegmentID() |
Long |
getMDBookType() |
MDFullGrpBlock |
getMDFullGrp() |
String |
getMDReqID() |
String |
getMDStreamID() |
SMTBlock |
getTrailer() |
void |
setApplicationSequenceControl(ApplicationSequenceControlBlock value) |
void |
setHeader(SMHBlock value) |
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 |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public ApplicationSequenceControlBlock getApplicationSequenceControl()
public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
public Long getMDBookType()
public void setMDBookType(Long value)
public String getMDReqID()
public void setMDReqID(String value)
public String getMarketID()
public void setMarketID(String value)
public String getMarketSegmentID()
public void setMarketSegmentID(String value)
public String getMDStreamID()
public void setMDStreamID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public MDFullGrpBlock getMDFullGrp()
public void setMDFullGrp(MDFullGrpBlock value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.