public class ConfirmationAck extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
ConfirmationAck() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getAffirmStatus() |
String |
getConfirmID() |
Long |
getConfirmRejReason() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
Character |
getMatchStatus() |
String |
getText() |
Calendar |
getTradeDate() |
SMTBlock |
getTrailer() |
Calendar |
getTransactTime() |
void |
setAffirmStatus(Long value) |
void |
setConfirmID(String value) |
void |
setConfirmRejReason(Long value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setMatchStatus(Character value) |
void |
setText(String value) |
void |
setTradeDate(Calendar 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 getConfirmID()
public void setConfirmID(String value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public Calendar getTransactTime()
public void setTransactTime(Calendar value)
public Long getAffirmStatus()
public void setAffirmStatus(Long value)
public Long getConfirmRejReason()
public void setConfirmRejReason(Long value)
public Character getMatchStatus()
public void setMatchStatus(Character 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.