Uses of Class
com.bloomberglp.blpapi.test.MessageProperties
-
Uses of MessageProperties in com.bloomberglp.blpapi.test
Modifier and TypeMethodDescriptionMessageProperties.setCorrelationId
(CorrelationID correlationId) Equivalent tosetCorrelationIds(java.util.List<com.bloomberglp.blpapi.CorrelationID>)
with oneCorrelationID
.MessageProperties.setCorrelationIds
(List<CorrelationID> correlationIds) Sets theCorrelationID
property.MessageProperties.setRecapType
(Message.Recap recapType, Message.Fragment fragmentType) Sets theMessage.Recap
andMessage.Fragment
properties.MessageProperties.setRequestId
(String requestId) Sets therequestId
property.MessageProperties.setService
(Service service) Sets theservice
property.MessageProperties.setTimeReceived
(Datetime timeReceived) Sets the time received property.Modifier and TypeMethodDescriptionstatic MessageFormatter
TestUtil.appendMessage
(Event event, SchemaElementDefinition elementDef, MessageProperties properties) Creates a new message and appends it to the specifiedEvent
.