Click or drag to resize
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.13.2.1
Syntax
public EventFormatter(
	Event eventObj
)

Parameters

eventObj
Type: Bloomberglp.BlpapiEvent
the event to be formatted
Exceptions
ExceptionCondition
ArgumentException The specified event is not valid.
See Also