public interface MarketDataRequestReject
| Modifier and Type | Field and Description |
|---|---|
static long |
SECURITY_ID_NULL_VALUE |
static int |
TEXT_MAX_BYTE_COUNT
Count of bytes that the text field could have.
|
static long |
VENUE_ID_NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
mfmarketdata.MDReqRejReason |
getMDReqRejReason()
Codified reason for the rejection
|
long |
getSecurityID() |
java.lang.String |
getText()
Reason for the rejection.
|
void |
getText(byte[] text)
Reason for the rejection.
|
long |
getVenueID() |
static final int TEXT_MAX_BYTE_COUNT
getText(byte[])static final long VENUE_ID_NULL_VALUE
static final long SECURITY_ID_NULL_VALUE
long getVenueID()
long getSecurityID()
mfmarketdata.MDReqRejReason getMDReqRejReason()
void getText(byte[] text)
java.lang.String getText()