public interface ExecutionReport
| Modifier and Type | Field and Description |
|---|---|
static long |
MSG_SEQ_NUM_NULL_VALUE |
static int |
ORDER_ID_MAX_BYTE_COUNT |
static long |
SENDING_TIME_NULL_VALUE |
| 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() |
static final long MSG_SEQ_NUM_NULL_VALUE
static final long SENDING_TIME_NULL_VALUE
static final int ORDER_ID_MAX_BYTE_COUNT
long getMsgSeqNum()
void getOrderID(byte[] orderID)
java.lang.String getOrderID()
mfstp_booking.ExecType getExecType()
long getSendingTime()
mfstp_booking.OrdRejReason getOrdRejReason()