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

public class MarketDataSnapshotFullRefresh extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • MarketDataSnapshotFullRefresh

      public MarketDataSnapshotFullRefresh()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getApplicationSequenceControl

      public ApplicationSequenceControlBlock getApplicationSequenceControl()
    • setApplicationSequenceControl

      public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
    • getMDBookType

      public Long getMDBookType()
    • setMDBookType

      public void setMDBookType(Long value)
    • getMDReqID

      public String getMDReqID()
    • setMDReqID

      public void setMDReqID(String value)
    • getMarketID

      public String getMarketID()
    • setMarketID

      public void setMarketID(String value)
    • getMarketSegmentID

      public String getMarketSegmentID()
    • setMarketSegmentID

      public void setMarketSegmentID(String value)
    • getMDStreamID

      public String getMDStreamID()
    • setMDStreamID

      public void setMDStreamID(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getMDFullGrp

      public MDFullGrpBlock getMDFullGrp()
    • setMDFullGrp

      public void setMDFullGrp(MDFullGrpBlock value)
    • toFIX

      public void toFIX(FIXFieldList l)
      Specified by:
      toFIX in interface com.epam.fix.model.Block
    • fromFIX

      public void fromFIX(FIXFieldList l)
      Specified by:
      fromFIX in interface com.epam.fix.model.Block