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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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