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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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