public final class ReusableExecutionReport extends java.lang.Object implements ExecutionReport
MSG_SEQ_NUM_NULL_VALUE, ORDER_ID_MAX_BYTE_COUNT, SENDING_TIME_NULL_VALUE| Constructor and Description |
|---|
ReusableExecutionReport() |
| Modifier and Type | Method and Description |
|---|---|
mfstp_booking.ExecType |
getExecType() |
long |
getMsgSeqNum()
Sequence number for this message.
|
java.lang.String |
getOrderID() |
void |
getOrderID(byte[] orderID) |
mfstp_booking.OrdRejReason |
getOrdRejReason() |
long |
getSendingTime() |
ReusableExecutionReport |
setDecoder(mfstp_booking.ExecutionReportDecoder decoder) |
public ReusableExecutionReport setDecoder(mfstp_booking.ExecutionReportDecoder decoder)
public long getMsgSeqNum()
ExecutionReportgetMsgSeqNum in interface ExecutionReportpublic void getOrderID(byte[] orderID)
getOrderID in interface ExecutionReportpublic java.lang.String getOrderID()
getOrderID in interface ExecutionReportpublic mfstp_booking.ExecType getExecType()
getExecType in interface ExecutionReportpublic long getSendingTime()
getSendingTime in interface ExecutionReportpublic mfstp_booking.OrdRejReason getOrdRejReason()
getOrdRejReason in interface ExecutionReport