Class MarketDataSnapshotFullRefresh

java.lang.Object
com.epam.fix.model.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)
    • getTotNumReports

      public Long getTotNumReports()
    • setTotNumReports

      public void setTotNumReports(Long value)
    • getMDReportID

      public Long getMDReportID()
    • setMDReportID

      public void setMDReportID(Long value)
    • getClearingBusinessDate

      public Calendar getClearingBusinessDate()
    • setClearingBusinessDate

      public void setClearingBusinessDate(Calendar value)
    • getMDBookType

      public Long getMDBookType()
    • setMDBookType

      public void setMDBookType(Long value)
    • getMDSubBookType

      public Long getMDSubBookType()
    • setMDSubBookType

      public void setMDSubBookType(Long value)
    • getMarketDepth

      public Long getMarketDepth()
    • setMarketDepth

      public void setMarketDepth(Long value)
    • getMDFeedType

      public String getMDFeedType()
    • setMDFeedType

      public void setMDFeedType(String value)
    • getRefreshIndicator

      public Boolean getRefreshIndicator()
    • setRefreshIndicator

      public void setRefreshIndicator(Boolean value)
    • getTradeDate

      public Calendar getTradeDate()
    • setTradeDate

      public void setTradeDate(Calendar value)
    • getMDReqID

      public String getMDReqID()
    • setMDReqID

      public void setMDReqID(String value)
    • getMDStreamID

      public String getMDStreamID()
    • setMDStreamID

      public void setMDStreamID(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getUndInstrmtGrp

      public UndInstrmtGrpBlock getUndInstrmtGrp()
    • setUndInstrmtGrp

      public void setUndInstrmtGrp(UndInstrmtGrpBlock value)
    • getInstrmtLegGrp

      public InstrmtLegGrpBlock getInstrmtLegGrp()
    • setInstrmtLegGrp

      public void setInstrmtLegGrp(InstrmtLegGrpBlock value)
    • getFinancialStatus

      public String getFinancialStatus()
    • setFinancialStatus

      public void setFinancialStatus(String value)
    • getCorporateAction

      public String getCorporateAction()
    • setCorporateAction

      public void setCorporateAction(String value)
    • getNetChgPrevDay

      public Double getNetChgPrevDay()
    • setNetChgPrevDay

      public void setNetChgPrevDay(Double value)
    • getMDFullGrp

      public MDFullGrpBlock getMDFullGrp()
    • setMDFullGrp

      public void setMDFullGrp(MDFullGrpBlock value)
    • getApplQueueDepth

      public Long getApplQueueDepth()
    • setApplQueueDepth

      public void setApplQueueDepth(Long value)
    • getApplQueueResolution

      public Long getApplQueueResolution()
    • setApplQueueResolution

      public void setApplQueueResolution(Long value)
    • getRoutingGrp

      public RoutingGrpBlock getRoutingGrp()
    • setRoutingGrp

      public void setRoutingGrp(RoutingGrpBlock 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