public class SettlementInstructions extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
SettlementInstructions.SettlInstGroup |
Constructor and Description |
---|
SettlementInstructions() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getClOrdID() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
int |
getNoSettlInst() |
Collection<SettlementInstructions.SettlInstGroup> |
getSettlInstGroup() |
Character |
getSettlInstMode() |
String |
getSettlInstMsgID() |
String |
getSettlInstReqID() |
Long |
getSettlInstReqRejCode() |
String |
getText() |
SMTBlock |
getTrailer() |
Calendar |
getTransactTime() |
void |
setClOrdID(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setNoSettlInst(int value) |
void |
setSettlInstGroup(Collection<SettlementInstructions.SettlInstGroup> value) |
void |
setSettlInstMode(Character value) |
void |
setSettlInstMsgID(String value) |
void |
setSettlInstReqID(String value) |
void |
setSettlInstReqRejCode(Long value) |
void |
setText(String value) |
void |
setTrailer(SMTBlock value) |
void |
setTransactTime(Calendar value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getSettlInstMsgID()
public void setSettlInstMsgID(String value)
public String getSettlInstReqID()
public void setSettlInstReqID(String value)
public Character getSettlInstMode()
public void setSettlInstMode(Character value)
public Long getSettlInstReqRejCode()
public void setSettlInstReqRejCode(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 String getClOrdID()
public void setClOrdID(String value)
public Calendar getTransactTime()
public void setTransactTime(Calendar value)
public int getNoSettlInst()
public void setNoSettlInst(int value)
public Collection<SettlementInstructions.SettlInstGroup> getSettlInstGroup()
public void setSettlInstGroup(Collection<SettlementInstructions.SettlInstGroup> 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.