public static class ReusableMarketDataIncrementalRefresh.ReusableMDComponent extends java.lang.Object implements MDComponent
COMPONENT_VALUE_MAX_BYTE_COUNT, QUOTE_ID_ID| Constructor and Description |
|---|
ReusableMDComponent() |
| 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.
|
ReusableMarketDataIncrementalRefresh.ReusableMDComponent |
setDecoder(mfmarketdata.MarketDataIncrementalRefreshDecoder.MDComponentGroupDecoder decoder) |
public ReusableMarketDataIncrementalRefresh.ReusableMDComponent setDecoder(mfmarketdata.MarketDataIncrementalRefreshDecoder.MDComponentGroupDecoder decoder)
public int getMdComponentID()
MDComponentgetMdComponentID in interface MDComponentpublic mfmarketdata.MDComponentType getMDComponentType()
MDComponentgetMDComponentType in interface MDComponentpublic void getMDComponentValue(byte[] value)
MDComponentMDComponent.COMPONENT_VALUE_MAX_BYTE_COUNTgetMDComponentValue in interface MDComponentvalue - provided array to load the value bytes intopublic java.lang.String getMDComponentValue()
MDComponentgetMDComponentValue in interface MDComponent