public class MarketDataIncrementalRefresh extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
MarketDataIncrementalRefresh.MDEntriesGroup |
Constructor and Description |
---|
MarketDataIncrementalRefresh() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getApplQueueDepth() |
Long |
getApplQueueResolution() |
SMHBlock |
getHeader() |
Collection<MarketDataIncrementalRefresh.MDEntriesGroup> |
getMDEntriesGroup() |
String |
getMDReqID() |
int |
getNoMDEntries() |
SMTBlock |
getTrailer() |
void |
setApplQueueDepth(Long value) |
void |
setApplQueueResolution(Long value) |
void |
setHeader(SMHBlock value) |
void |
setMDEntriesGroup(Collection<MarketDataIncrementalRefresh.MDEntriesGroup> value) |
void |
setMDReqID(String value) |
void |
setNoMDEntries(int 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 String getMDReqID()
public void setMDReqID(String value)
public int getNoMDEntries()
public void setNoMDEntries(int value)
public Collection<MarketDataIncrementalRefresh.MDEntriesGroup> getMDEntriesGroup()
public void setMDEntriesGroup(Collection<MarketDataIncrementalRefresh.MDEntriesGroup> value)
public Long getApplQueueDepth()
public void setApplQueueDepth(Long value)
public Long getApplQueueResolution()
public void setApplQueueResolution(Long 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.