Click or drag to resize
TestUtilCreateEvent Method
Creates and returns an Event to be used for testing with the specified EventEventType. The returned Event cannot be used for publishing. The behavior is undefined if EventFormatter is used with the returned Event.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax
public static Event CreateEvent(
	EventEventType eventType
)

Parameters

eventType
Type: Bloomberglp.BlpapiEventEventType
The type of the Event to create.

Return Value

Type: Event
Returns an Event of the requested type.
See Also