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 |
getClientID() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
String |
getExecBroker() |
SMHBlock |
getHeader() |
String |
getText() |
Calendar |
getTradeDate() |
SMTBlock |
getTrailer() |
Calendar |
getTransactTime() |
void |
setAllocID(String value) |
void |
setAllocRejCode(Long value) |
void |
setAllocStatus(Long value) |
void |
setClientID(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setExecBroker(String value) |
void |
setHeader(SMHBlock 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 getClientID()
public void setClientID(String value)
public String getExecBroker()
public void setExecBroker(String 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 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.