public class MarketDataSnapshotFullRefresh extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
MarketDataSnapshotFullRefresh.MDEntriesGroup |
class |
MarketDataSnapshotFullRefresh.RoutingIDsGroup |
Constructor and Description |
---|
MarketDataSnapshotFullRefresh() |
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 getTotNumReports()
public void setTotNumReports(Long value)
public Long getMDReportID()
public void setMDReportID(Long value)
public Calendar getClearingBusinessDate()
public void setClearingBusinessDate(Calendar value)
public Long getMDBookType()
public void setMDBookType(Long value)
public Long getMDSubBookType()
public void setMDSubBookType(Long value)
public Long getMarketDepth()
public void setMarketDepth(Long value)
public String getMDFeedType()
public void setMDFeedType(String value)
public Boolean getRefreshIndicator()
public void setRefreshIndicator(Boolean value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public String getMDReqID()
public void setMDReqID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public String getFinancialStatus()
public void setFinancialStatus(String value)
public String getCorporateAction()
public void setCorporateAction(String value)
public Double getNetChgPrevDay()
public void setNetChgPrevDay(Double value)
public int getNoMDEntries()
public void setNoMDEntries(int value)
public Collection<MarketDataSnapshotFullRefresh.MDEntriesGroup> getMDEntriesGroup()
public void setMDEntriesGroup(Collection<MarketDataSnapshotFullRefresh.MDEntriesGroup> value)
public Long getApplQueueDepth()
public void setApplQueueDepth(Long value)
public Long getApplQueueResolution()
public void setApplQueueResolution(Long value)
public int getNoRoutingIDs()
public void setNoRoutingIDs(int value)
public Collection<MarketDataSnapshotFullRefresh.RoutingIDsGroup> getRoutingIDsGroup()
public void setRoutingIDsGroup(Collection<MarketDataSnapshotFullRefresh.RoutingIDsGroup> 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.