public class AllocationACK extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
AllocationACK() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAllocID() |
Long |
getAllocRejCode() |
Long |
getAllocStatus() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
Boolean |
getLegalConfirm() |
PartiesBlock |
getParties() |
String |
getText() |
Calendar |
getTradeDate() |
SMTBlock |
getTrailer() |
Calendar |
getTransactTime() |
void |
setAllocID(String value) |
void |
setAllocRejCode(Long value) |
void |
setAllocStatus(Long value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setLegalConfirm(Boolean value) |
void |
setParties(PartiesBlock 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 PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAllocID()
public void setAllocID(String value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public Calendar getTransactTime()
public void setTransactTime(Calendar value)
public Long getAllocStatus()
public void setAllocStatus(Long value)
public Long getAllocRejCode()
public void setAllocRejCode(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 Boolean getLegalConfirm()
public void setLegalConfirm(Boolean 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.