public interface MDEntry
| Modifier and Type | Field and Description |
|---|---|
static long |
MD_ENTRY_PX_NULL_VALUE |
static long |
MD_ENTRY_SIZE_NULL_VALUE |
static long |
MIN_QTY_NULL_VALUE |
static long |
RPT_SEQ_NULL_VALUE |
static long |
SECURITY_ID_NULL_VALUE |
static long |
VENUE_ID_NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
mfmarketdata.MDBookType |
getMDBookType() |
int |
getMdComponentCount()
Count of the MarketDataComponent objects in this MDEntry
|
java.util.Iterator<MDComponent> |
getMDComponentIterator()
An iterator of the MarketDataComponent.
|
java.util.stream.Stream<MDComponent> |
getMDComponentStream()
A stream of the MarketDataComponent.
|
double |
getMDEntryPx()
The price of the entry in decimal format (i.e.
|
long |
getMDEntryPxAsMantissa()
The price of the entry in Mantissa format
|
double |
getMDEntrySize()
The size of the entry in decimal format (i.e.
|
long |
getMDEntrySizeAsMantissa()
The size of the entry in Mantissa format
|
mfmarketdata.MDEntryType |
getMDEntryType() |
mfmarketdata.MDUpdateAction |
getMDUpdateAction() |
long |
getMinQty()
The minimum quantity of the entry.
|
long |
getMinQtyAsMantissa()
The minimum quantity of the entry in Mantissa format.
|
int |
getNumberOfOrders()
If available, the number of orders at this price and quantity.
|
java.lang.String |
getQuoteId()
Returns the quote ID, if available.
|
long |
getRptSeq()
Sequence ID of this update
|
long |
getSecurityID() |
long |
getVenueID() |
boolean |
isLastMDEntryInGroup()
Returns true if this MDEntry is the last in the update.
|
static final long VENUE_ID_NULL_VALUE
static final long SECURITY_ID_NULL_VALUE
static final long RPT_SEQ_NULL_VALUE
static final long MD_ENTRY_PX_NULL_VALUE
static final long MD_ENTRY_SIZE_NULL_VALUE
static final long MIN_QTY_NULL_VALUE
long getVenueID()
long getSecurityID()
mfmarketdata.MDBookType getMDBookType()
long getRptSeq()
mfmarketdata.MDEntryType getMDEntryType()
mfmarketdata.MDUpdateAction getMDUpdateAction()
@Mantissa long getMDEntryPxAsMantissa()
double getMDEntryPx()
@Mantissa long getMDEntrySizeAsMantissa()
double getMDEntrySize()
@Mantissa long getMinQtyAsMantissa()
long getMinQty()
int getNumberOfOrders()
int getMdComponentCount()
java.util.stream.Stream<MDComponent> getMDComponentStream()
java.util.Iterator<MDComponent> getMDComponentIterator()
java.lang.String getQuoteId()
boolean isLastMDEntryInGroup()