Fragment type of a Message.
| C# | Visual Basic | Visual C++ |
public enum Fragment
Public Enumeration Fragment
public enum class Fragment
| Member | Description |
|---|---|
| NONE |
Message is not fragmented
|
| START |
The first fragmented message
|
| INTERMEDIATE |
Intermediate fragmented messages
|
| END |
The last fragmented message
|
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.7.4.1