public class MarketDataRequestReject extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
MarketDataRequestReject.AltMDSourceGroup |
Constructor and Description |
---|
MarketDataRequestReject() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<MarketDataRequestReject.AltMDSourceGroup> |
getAltMDSourceGroup() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
String |
getMDReqID() |
Character |
getMDReqRejReason() |
int |
getNoAltMDSource() |
PartiesBlock |
getParties() |
String |
getText() |
SMTBlock |
getTrailer() |
void |
setAltMDSourceGroup(Collection<MarketDataRequestReject.AltMDSourceGroup> value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setMDReqID(String value) |
void |
setMDReqRejReason(Character value) |
void |
setNoAltMDSource(int value) |
void |
setParties(PartiesBlock value) |
void |
setText(String 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 PartiesBlock getParties()
public void setParties(PartiesBlock value)
public Character getMDReqRejReason()
public void setMDReqRejReason(Character value)
public int getNoAltMDSource()
public void setNoAltMDSource(int value)
public Collection<MarketDataRequestReject.AltMDSourceGroup> getAltMDSourceGroup()
public void setAltMDSourceGroup(Collection<MarketDataRequestReject.AltMDSourceGroup> value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String 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.