public interface DictionaryRequest extends DictionaryMsg
MsgBase,
DictionaryMsg| Modifier and Type | Method and Description |
|---|---|
void |
applyStreaming()
Makes this request streaming request.
|
boolean |
checkStreaming()
Checks if this request is streaming or not.
|
int |
copy(DictionaryRequest destRequestMsg)
Performs a deep copy of
DictionaryRequest object. |
com.thomsonreuters.upa.codec.Buffer |
dictionaryName()
dictionaryName - The name of the dictionary being requested.
|
void |
dictionaryName(com.thomsonreuters.upa.codec.Buffer dictionaryName)
Sets the the dictionaryName field for this message to the user specified
buffer.
|
int |
flags()
The RDM Dictionary request flags.
|
void |
flags(int flags)
The RDM Dictionary request flags.
|
int |
serviceId()
serviceId - The ID of the service to request the dictionary from.
|
void |
serviceId(int serviceId)
serviceId - The ID of the service to request the dictionary from.
|
int |
verbosity()
verbosity - The verbosity of information desired.
|
void |
verbosity(int verbosity)
verbosity - The verbosity of information desired.
|
rdmMsgType, rdmMsgTypeint copy(DictionaryRequest destRequestMsg)
DictionaryRequest object.destRequestMsg - Message to copy dictionary request object into. It cannot be null.com.thomsonreuters.upa.codec.Buffer dictionaryName()
void dictionaryName(com.thomsonreuters.upa.codec.Buffer dictionaryName)
dictionaryName - the dictionary nameint verbosity()
Dictionary.VerbosityValues.void verbosity(int verbosity)
Dictionary.VerbosityValues.verbosity - the verbosityint serviceId()
void serviceId(int serviceId)
serviceId - the service idint flags()
DictionaryRequestFlags.void flags(int flags)
DictionaryRequestFlags.flags - the flagsboolean checkStreaming()
flags()void applyStreaming()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.