Click or drag to resize
MessageFragment Enumeration
Fragment type of a Message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public enum Fragment
Members
  Member nameValueDescription
NONE0 Message is not fragmented
START1 The first fragmented message
INTERMEDIATE2 Intermediate fragmented messages
END3 The last fragmented message
Remarks
A message could be split into more than one fragments to reduce each message size. This enum is used to indicate whether a message is a fragmented message and the position in the fragmented messages.
See Also