public class ReusableConfirmation extends java.lang.Object implements Confirmation
| Constructor and Description |
|---|
ReusableConfirmation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfirmID() |
void |
getConfirmID(byte[] confirmID) |
java.lang.String |
getExecID() |
void |
getExecID(byte[] execID) |
long |
getMsgSeqNum() |
ReusableConfirmation |
setDecoder(mfstp_booking.ConfirmationDecoder decoder) |
public ReusableConfirmation setDecoder(mfstp_booking.ConfirmationDecoder decoder)
public long getMsgSeqNum()
getMsgSeqNum in interface Confirmationpublic java.lang.String getConfirmID()
getConfirmID in interface Confirmationpublic void getConfirmID(byte[] confirmID)
getConfirmID in interface Confirmationpublic java.lang.String getExecID()
getExecID in interface Confirmationpublic void getExecID(byte[] execID)
getExecID in interface Confirmation