public interface MDComponent
MDEntry objects| Modifier and Type | Field and Description |
|---|---|
static int |
COMPONENT_VALUE_MAX_BYTE_COUNT
Count of bytes that the value field could have.
|
static int |
QUOTE_ID_ID |
| Modifier and Type | Method and Description |
|---|---|
int |
getMdComponentID()
Id of the MarketDataComponent.
|
mfmarketdata.MDComponentType |
getMDComponentType()
Type of the value field of the MarketDataComponent.
|
java.lang.String |
getMDComponentValue()
Creates a String object to hold the value
|
void |
getMDComponentValue(byte[] value)
Loads the bytes of the value (which is a ASCII string) into the provided value byte array.
|
static final int COMPONENT_VALUE_MAX_BYTE_COUNT
getMDComponentValue(byte[])static final int QUOTE_ID_ID
int getMdComponentID()
mfmarketdata.MDComponentType getMDComponentType()
void getMDComponentValue(byte[] value)
COMPONENT_VALUE_MAX_BYTE_COUNTvalue - provided array to load the value bytes intojava.lang.String getMDComponentValue()