EventFormatter Constructor |
Creates an instance of
EventFormatter to create messages in the specified event.
The behavior is undefined if the specified event already has
another
EventFormatter attached.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public EventFormatter(
Event eventObj
)
Public Sub New (
eventObj As Event
)
public:
EventFormatter(
Event^ eventObj
)
new :
eventObj : Event -> EventFormatter
Parameters
- eventObj
- Type: Bloomberglp.BlpapiEvent
the event to be formatted
Exceptions Exception | Condition |
---|
ArgumentException |
The specified event is not valid.
|
See Also