Fragment type of a Message.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum Fragment
Public Enumeration Fragment
public enum class Fragment
Members
Member | Description |
---|---|
NONE |
Message is not fragmented
|
START |
The first fragmented message
|
INTERMEDIATE |
Intermediate fragmented messages
|
END |
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.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1