public interface SecurityStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
SETTL_DATE_NULL_VALUE |
static int |
TEXT_MAX_BYTE_COUNT
Count of bytes that the text field could have.
|
static int |
TRADE_DATE_NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
long |
getSecurityID() |
int |
getSettlDate()
The trade settle date represented as number of days past epoch.
|
java.time.LocalDate |
getSettlDateAsLocalDate()
Settle date as LocalDate, or null if not available.
|
mfmarketdata.SecurityTradingStatus |
getStatus() |
java.lang.String |
getText()
Text as string.
|
void |
getText(byte[] text)
Status text.
|
int |
getTradeDate()
The trade date represented as number of days past epoch.
|
java.time.LocalDate |
getTradeDateAsLocalDate()
Trade date as LocalDate, or null if not available.
|
long |
getVenueID() |
static final int TRADE_DATE_NULL_VALUE
static final int SETTL_DATE_NULL_VALUE
static final int TEXT_MAX_BYTE_COUNT
getText(byte[])long getVenueID()
long getSecurityID()
int getSettlDate()
java.time.LocalDate getSettlDateAsLocalDate()
int getTradeDate()
java.time.LocalDate getTradeDateAsLocalDate()
void getText(byte[] text)
java.lang.String getText()
mfmarketdata.SecurityTradingStatus getStatus()