Appends a (empty) response message of the specified 'messageType'
that will be sent in response to previously received operation
request. After a message has been appended its elements can be set
using the various 'SetElement' methods. Only one response can be
appended to an event.
| C# | Visual Basic | Visual C++ |
public void AppendResponse( string messageType )
Public Sub AppendResponse ( messageType As String )
public: void AppendResponse( String^ messageType )
- messageType (String)
- the name of the response type that needs to be added
| Exception | Condition |
|---|---|
| NotFoundException |
The specified 'messageType' is not found in the publish schema.
|
| InvalidOperationException |
The operating stack is not empty.
|
| ArgumentException |
The specified event is not a publish event.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1