public class BusinessMessageReject extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
BusinessMessageReject() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getBusinessRejectReason() |
String |
getBusinessRejectRefID() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
String |
getRefMsgType() |
Long |
getRefSeqNum() |
String |
getText() |
SMTBlock |
getTrailer() |
void |
setBusinessRejectReason(Long value) |
void |
setBusinessRejectRefID(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setRefMsgType(String value) |
void |
setRefSeqNum(Long 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 Long getRefSeqNum()
public void setRefSeqNum(Long value)
public String getRefMsgType()
public void setRefMsgType(String value)
public String getBusinessRejectRefID()
public void setBusinessRejectRefID(String value)
public Long getBusinessRejectReason()
public void setBusinessRejectReason(Long 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.