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.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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