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

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)
    • getMDReqID

      public String getMDReqID()
    • setMDReqID

      public void setMDReqID(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getNoUnderlyings

      public int getNoUnderlyings()
    • setNoUnderlyings

      public void setNoUnderlyings(int value)
    • getUnderlyingsGroup

      public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
    • setUnderlyingsGroup

      public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<InstrumentLegBlock> 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)
    • getNoMDEntries

      public int getNoMDEntries()
    • setNoMDEntries

      public void setNoMDEntries(int value)
    • getMDEntriesGroup

    • setMDEntriesGroup

      public void setMDEntriesGroup(Collection<MarketDataSnapshotFullRefresh.MDEntriesGroup> value)
    • getApplQueueDepth

      public Long getApplQueueDepth()
    • setApplQueueDepth

      public void setApplQueueDepth(Long value)
    • getApplQueueResolution

      public Long getApplQueueResolution()
    • setApplQueueResolution

      public void setApplQueueResolution(Long 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